PhoneGap 如何处理滚动?
PhoneGap 是如何实现滚动的?滚动是由像 iScroll 这样的 JavaScript 插件完成的,是由本机滚动视图完成的,还是以其他方式完成的?
我之所以问这个问题,是因为我是 PhoneGap 的新手,选择它的最大原因是它是否能以良好的方式处理滚动。
How is scrolling implemented by PhoneGap? Is scrolling done by JavaScript plug-in like iScroll, is it done by a native scroll view, or in an other way?
The reason I ask, is because I am new to PhoneGap, and the biggest reason for chossing it is if it handles scrolling in a good way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于 PhoneGap 是用于部署而不是演示的包装器,因此滚动取决于您部署到的平台上浏览器的镶边。如果设备的本机浏览器滚动对您来说是一个问题(听起来就像在 iOS 上一样),那么它在 PhoneGap 中仍然是一个问题。考虑使用演示库(例如 Sencha Touch、jQMobile 或 iScroll)来修复特定部署平台上的问题。
Since PhoneGap is a wrapper for deployment, not presentation, scrolling is dependent on the chrome from the browser on the platform you deploy to. If a device's native browser scrolling is an issue for you (like it sounds like it is on iOS), it will still be an issue in PhoneGap. Consider using a presentation library, like Sencha Touch, jQMobile or iScroll, to fix the issue on a specific deployment platform.
在phonegap中滚动永远不会达到原生滚动的水平..
但 iscroll 使它非常接近。
scrolling in phonegap wont ever come to the level of the native ones..
but iscroll brings it pretty close.