单击 Android 设备“后退”按钮时会出现phonegap-启动屏幕
已实现 android/ios & 的phonegap应用程序黑莓手机,phonegap 版本为 1.3,面临 Android 闪屏问题。
当我在应用程序的任何页面上,并开始使用设备后退按钮时,Android 启动屏幕有时会出现/弹出,然后显示之前访问的页面。
function onBackKeyPress() { 历史记录.back(); 返回假; }
当任何文本视图被单击/获得焦点时,都会显示闪屏,并且输入框会闪烁。
Have implemented phonegap application for android/ios & blackberry, with phonegap version-1.3, facing problem with the android splash screen.
when am on any page of the application, and start using device BACK button, the android SPLASH screen appears/pops sometimes, and then the previously accessed page is shown.
function onBackKeyPress() { history.back(); return false; }
when any textview is clicked/focused, the splash screen is shown, and the input box flickers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论