白山市网站建设_网站建设公司_UI设计_seo优化
2025/12/17 10:24:54 网站建设 项目流程

接管unigui屏蔽手机物理返回按键

如果不接管,手机一按物理返回键,会立即关闭程序。

下面是接管后,会有提示:

 

1

 

procedure TMainmForm.UnimFormCreate(Sender: TObject);
beginUniSession.AddJS('$(document).ready(function() {'+ ' if (window.history && window.history.pushState) { '+ ' $(window).on("popstate", function() { '+ ' if (confirm("确定要退出应用吗?")) {'+ ' window.close();'+ ' } else { '+ ' window.history.pushState("forward", null, "#");'+ ' window.history.forward(1); '+ ' }'+ ' });'+ ' } '+ ' window.history.pushState("forward", null, "#"); '+ ' window.history.forward(1);'+ '});  ' );end;

 

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询