jQtouch + Phonegap:文档头设置
我最近使用 jQTouch 构建了一个网络应用程序;打包在 PhoneGap 中(均为最新版本)。我现在正在尝试优化该应用程序,并希望获得一些有关如何正确设置文档的信息。
目前我只有 jQTouch javascript(没有phonegap.js),并且它似乎可以在 iphone 上打包并运行。设置此组合时是否有最佳实践(即我应该包含 jqt.js 和 jqt 初始化;phonegap.js 和初始化;或两者)
我在使用应用程序时遇到的问题(可能或可能 )与上述无关):
应用程序加载时间较长 - 加载屏幕大约需要 10 秒等待(加速计和 GPS 在 PhoneGap 中关闭)
应用程序在 iPhone 3G + iOS4 上非常慢(无法使用)。
注意:在 iPhone 4 + ios4、iPhone 3G + iOS 3 和 iPhone 3GS iOS4 上运行良好。
谢谢! 格伦
I've recently built a webapp using jQTouch & packaged in PhoneGap (both latest versions). I'm now attempting to optimise the app, and was hoping to get some information on how to correctly setup the of the document.
Currently I simply have the jQTouch javascript (no phonegap.js), and it seems to package and run ok on the iphone. Is there a best practice when setting up the for this combination (ie. should i include the jqt.js & jqt initialisation; phonegap.js & initialisation; or both)
Issues I'm experiencing with the app (which may or may not be related to the above):
App has a long load time - loading screen is about 10second wait (accelerometer & gps turned off in phonegap)
App is incredibly slow (unusable) on iPhone 3G + iOS4.
NB: Works just fine in iPhone 4 + ios4, iPhone 3G + iOS 3, and iPhone 3GS iOS4.
Thanks!
Glen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您现在可以使用的一个不错的选择是 Zepto.js,它是一个兼容 jQuery 的轻量级库-weight 以解决这些类型的性能问题。
A good option that you could use now would be Zepto.js, it's a jQuery-compatible library that was built to be light-weight in order to fix these types of performance issues.
我有点落后于你现在的位置 - 我使用 jquery/jspec/phonegap 编写了一个简单的基于phonegap的应用程序,它似乎工作得很好......但我只在 iphone 4 模拟器上测试过它(尚未注册苹果开发者计划)。很想知道你能得到什么。
我听说(来自直接竞争对手,所以对此持保留态度)jQuery 在 iPhone 上可能会“慢”——也许 xUI 是正确的选择? http://xuijs.com/
我一直坚持使用 jQuery,直到我知道不同。
我假设您在最终版本中使用“min.js”?
I'm kinda behind where you are at the moment - I've written one simple phonegap based app using jquery/jspec/phonegap, and it appears to work pretty well...but I've only tested it on the iphone 4 simulator (haven't registered with the apple developer program yet). Curious to see where you get with this.
I had heard (from a direct competitor, so take it with a grain of salt) that jQuery might be 'slow' on the iphone - maybe xUI is the right way to go? http://xuijs.com/
I'm sticking with jQuery til I know different.
I'm assuming you're using the 'min.js' in your final releases?