单击 Android 设备“后退”按钮时会出现phonegap-启动屏幕

发布于 2025-01-04 03:29:54 字数 304 浏览 0 评论 0原文

已实现 android/ios & 的phonegap应用程序黑莓手机,phonegap 版本为 1.3,面临 Android 闪屏问题。

  1. 当我在应用程序的任何页面上,并开始使用设备后退按钮时,Android 启动屏幕有时会出现/弹出,然后显示之前访问的页面。

    function onBackKeyPress() {
        历史记录.back();
        返回假;
    } 
    
  2. 当任何文本视图被单击/获得焦点时,都会显示闪屏,并且输入框会闪烁。

Have implemented phonegap application for android/ios & blackberry, with phonegap version-1.3, facing problem with the android splash screen.

  1. 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;
    } 
    
  2. when any textview is clicked/focused, the splash screen is shown, and the input box flickers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文