Android 2.2 的phonegap 应用程序有滚动问题吗?
我有一个手机间隙应用程序。 当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一些 PhoneGap 示例在初始化代码中包含以下行:
这将禁用某些设备上的滚动。如果您的应用程序包含它,请尝试删除(或评论)它。
Some PhoneGap examples include the following line in initialization code:
This will disable scrolling on some devices. If your app includes it, try deleting (or commenting) it.