黑莓模拟器上的 jQuery
我们有一个使用 jQuery 的简单移动 Web 应用程序。
该应用程序在真正的黑莓 9700 设备上运行良好。但它在 9700 模拟器上不起作用。
任何有关解决此问题的建议都将受到赞赏。
-柴塔尼亚
We have a simple mobile web application using jQuery.
The application is working good on a real blackberry 9700 device. But it's not working on 9700 simulator.
Any suggestions on solving this problem are appreciated.
-Chaitanya
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现实际设备是黑莓9700系列最新版本。因此,它可能有一些补丁或更新。但在模拟器上我们无法让它工作。
另外,由于 blackberry 5.0 对 javascript 和 css 的支持非常有限,因此我们无法让 jQuery 有效地工作。
因此,我们放弃使用 jQuery 并使用适用于黑莓的 XUI JS 库。
Found that the actual device is the latest version of blackberry 9700 series. So, it could have some patches or updates. But on the simulator we could not get it to work.
Also, since blackberry 5.0 has very limited support to javascript and css, we could not get jQuery to work effectively.
Hence, we dropped out using jQuery and using XUI JS library for blackberry.