单击 Android 设备“后退”按钮时出现启动屏幕 -- 使用 PhoneGap 创建
我们已经为 android 创建了一个phonegap 应用程序,其phonegap 版本为1.3。
当我在应用程序的任何页面上,并开始使用设备的“后退”按钮时,有时会出现/弹出 Android 启动屏幕,然后显示之前访问的页面。
function onBackKeyPress()
有时,当我单击一些打开浏览器的链接时,在单击后退按钮后,它会显示启动屏幕并重新启动应用程序。
我们还可以使用后退按钮的其他功能吗?
We have created a phonegap application for android with phonegap version-1.3.
When I am on any page of the application, and start using the device BACK button, the Android SPLASH screen appears/pops sometimes, and then the previously accessed page is shown.
function onBackKeyPress()
Sometimes when i click on some links which open the browser, and after i click on back button, its Showing Splash screen and relaunch the application.
Is there any other function we can use for back button?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您希望退出应用程序的启动屏幕之前的活动覆盖 onBackpress。
From the activity before splash screen from which you wish to exit application override onBackpress.