Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Android + PhoneGap + jQuery Mobile 上的水平滚动图像
如何为 android/iphone 上的 phonegap 项目提供滚动效果。我已经尝试使用Jquery、iscroll4和 jquery 包用于 iscroll 但所有这些都有一些问题。在 Android 和 Iphone 触控设备上提供原生滚动效果还有其他更好的选择吗??
iScroll4 尽可能接近使用 phonegap 进行的本机滚动,恕我直言。如果性能不佳,请考虑将列表项布局简化到可以接受滚动性能的水平,或者如果可能,找到一种对最终用户有意义的方法来限制用于每个列表的数据集。如果 iScroll4 的性能对于您的应用程序仍然不够好,您可能需要考虑为每个平台开发原生应用程序。