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.
我有一些 ajax 从我的网站抓取一些内容并将其注入到 phonegap 应用程序中。我注意到当我滚动时这个页面非常不稳定,我想知道是不是因为我的 Ajax 代码在后台经常出错?有没有办法在获取内容后停止我的 ajax。还是有其他东西减慢了这个页面。您能提供的任何帮助将不胜感激!
https://gist.github.com/2408732
事实证明,这不是由于太多的 json 行,而是 JqueryMobile 中的滚动错误。滚动链接图像列表导致我的表现不稳定。这篇文章使我找到了解决方案:
https://forum.jquery.com/topic/why-jqm-touchscreen-list-scrolling-performance-stinks-and-what-to-do-about-it