Android 2.2 的phonegap 应用程序有滚动问题吗?

发布于 2024-11-26 10:25:30 字数 129 浏览 0 评论 0原文

我有一个手机间隙应用程序。 当我在 2.2 froyo 上测试它时(在实际手机和 AVD 中)它拒绝滚动。

我已经在 2.3.3 上测试过它,它运行得很好。 2.2版本有滚动问题吗?

如果是这样,有解决方法吗?

I have a phone gap app.
When I test it out on 2.2 froyo, (on actual phone and in AVD) it refuses to scroll.

I've tested it out on 2.3.3 and it works perfectly. Are there issues with scrolling in the 2.2 version?

If so, is there a workaround to this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橙味迷妹 2024-12-03 10:25:30

一些 PhoneGap 示例在初始化代码中包含以下行:

document.addEventListener("touchmove", preventBehavior, false);

这将禁用某些设备上的滚动。如果您的应用程序包含它,请尝试删除(或评论)它。

Some PhoneGap examples include the following line in initialization code:

document.addEventListener("touchmove", preventBehavior, false);

This will disable scrolling on some devices. If your app includes it, try deleting (or commenting) it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文