是否有涵盖 iPhone、Android、WebOS 和 Blackberry OS 的 jQTouch 等效版本?

发布于 2024-09-15 08:09:31 字数 270 浏览 0 评论 0原文

我即将开始使用 HTML5、CSS3 和 JavaScript 为最新的智能手机编写一个 Web 应用程序。我不需要一个框架,而需要一个像 jQuery 这样的库。

我研究了 jQTouch,它非常适合 iPhone,显然也支持 Android,但我希望涵盖 Blackberry 设备软件 v4.6 及以上版本以及 WebOS 5。

有谁有替代 jQTouch 的想法或者有使用 jQTouch 与 Android 原生浏览器、Blackberry 浏览器或 WebOS 原生浏览器的经验吗?

I am about to start writing a web app for the latest smartphones using HTML5, CSS3 and JavaScript. I don’t need a framework so much as a library like jQuery.

I looked at jQTouch which is great for iPhone and apparently has support coming for Android too but I am looking to cover Blackberry device Software v4.6 upwards and WebOS 5 as well.

Does anyone have any ideas of alternatives to jQTouch or experience using jQTouch with Android's native browser, Blackberry's browser or WebOS native browser?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

胡渣熟男 2024-09-22 08:09:31

那么你可能必须使用 jQuery。 10 月初,jQuery 社区将发布 jQuery Mobile 版本,您可以在几乎所有移动浏览器中使用 jQuery 的所有优势。
查看他们的网站:http://jquerymobile.com/

Well you probably have to use jQuery. In the beginning of October, the jQuery community will release a jQuery Mobile Version, where you can use all the advantages of jQuery within almost every mobile browser.
Check their site out: http://jquerymobile.com/

萌能量女王 2024-09-22 08:09:31

Sencha Touch 是一个可能的替代方案,但我不知道它在 BB 和 WebOS 上的工作效果如何。恐怕你找不到适合 BB 的东西,因为他们最近才转向基于 Webkit 的浏览器。

Sencha Touch is a possible alternative, but I have no idea how well it works on BB and WebOS. I'm afraid that you won't find something that works well with BB, since they have switched to a Webkit based browser only recently.

寂寞美少年 2024-09-22 08:09:31

我使用 jQTouch 为 Android 和 iPhone 做了一个项目。有时我不得不摆弄代码才能使其正常工作,但总的来说,我发现几乎所有东西都可以在 iPhone 和 Android 上运行。我开始遇到问题的地方是,Android 浏览器对 CSS3/HTML5(尤其是动画)的支持不够多,而且应用程序在 Android 上运行速度要慢得多,因为浏览器没有硬件加速图形。这是不久前的事了,希望它现在已经成熟了一点。

I did a project for Android and iPhone using jQTouch. There were times when I had to fiddle with the code to get it working correctly but as a whole I found that almost everything worked on iPhone and Android. Where I started having problems was that the Android browser doesn't have nearly as much support for CSS3/HTML5 (especially with animations) and the app ran much slower on android as the browser doesn't have hardware accelerated graphics. This was a while ago so hopefully it has matured a bit now.

傲世九天 2024-09-22 08:09:31

PhoneGap 似乎是一个合理的跨平台框架,支持将 Web 应用程序类型开发封装到 iPhone/iOS 应用程序中,并且似乎支持您询问的一些其他平台(但我已经在这些平台上尝试过)。

http://www.phonegap.com/

PhoneGap seems to be a reasonable cross-platform framework that supports encapsulating web app type development into an iPhone/iOS app, as well seeming to support some of the other platforms you asked about (but I have tried it on those).

http://www.phonegap.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文