jQuery 和移动浏览器的兼容性?
我想为手机构建一个相对简单的网站版本,但我肯定需要 JavaScript 和 jQuery 来实现许多功能。
谷歌搜索并没有帮助找到答案。 jQuery与手机流行浏览器的兼容性如何?
我说的是智能手机。例如,这些平台的默认浏览器
- Windows Mobile 6+
- Android 1.5+
- iPhone 3G
然后添加 Opera 移动。
I want to build a relatively simple version of my site for mobile phones, but I will definitely need JavaScript and jQuery for many functions.
Googling didn't help to find an answer. How is compatibility of jQuery with popular browsers in mobile phones?
I am talking for smartphones. For example, the default browsers for these platforms
- Windows Mobile 6+
- Android 1.5+
- iPhone 3G
and let's add Opera Mobile.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
jQuery 至少应该在 Android 和 iPhone Web 浏览器上运行良好(不知道 WinMo),因为它们完全支持 JavaScript 并且大部分都符合标准。
如果您稍微扩展一下您正在使用的 jQuery 的具体功能,我或其他人可以在这里给出更好的答案。
jQuery should work fine on at least the Android and iPhone web browsers (don't know about WinMo), as they fully support JavaScript and are for the most part standards compliant.
If you expand a little bit on which specific features of jQuery you're using, I or others can give a better answer here.
jQuery Mobile 框架使用 jQuery 并支持 许多移动平台。所有支持 jQuery Mobile 的浏览器都应该通过 jQuery 测试套件。
The jQuery Mobile framework uses jQuery and has support for many mobile platforms. All browsers that jQuery Mobile works on should be passing the jQuery test suite.
根据 情况说明,jQuery Mobile 将于 10 月推出2010 年。所以我们不需要再考虑移动兼容性了:))
According to the factsheet, there will be jQuery Mobile in October 2010. So we don't need to think about mobile compatibility ever again :))
请参阅jQuery 的移动支持是什么?策略?。 iPhone、Android 和类似的 WebKit 浏览器应该兼容。我认为您在使用 Windows Mobile 时会遇到许多问题< /a>.
See What's jQuery's mobile support & strategy?. iPhone, Android, and similar WebKit browsers should be compatible. I think you will have many problems with Windows Mobile.
Android 和 iPhone 都是全功能 WebKit 浏览器(bar 插件)。如果它对这些不起作用,我会感到非常惊讶。
Both Android and iPhone are full featured WebKit browsers (bar plugins). I would be highly surprised if it doesn't work on those.
他们现在有像 YUI 一样的浏览器兼容性矩阵。
They now have a browser compatibility matrix like YUI.
在当前的 Opera Mobile 中应该可以正常工作 - 如果您的目标是旧版本(<9.5 AFAIK),您需要注意这一点:
http://my.opera.com/hallvors/blog/show.dml/ 1665828
Should work just fine in current Opera Mobile - if you target older versions (<9.5 AFAIK) you'd need to watch out for this:
http://my.opera.com/hallvors/blog/show.dml/1665828