質問

携帯電話用の自分のサイトの比較的シンプルなバージョンを構築したいのですが、多くの機能にはJavaScriptとjQueryが必要になります。

グーグルは答えを見つけるのに役立ちませんでした。 JQUERYと携帯電話で人気のあるブラウザとの互換性はどうですか?

私はスマートフォンについて話しています。たとえば、これらのプラットフォームのデフォルトブラウザ

そして、追加しましょう オペラモバイル.

役に立ちましたか?

解決

JQueryは、少なくともAndroidおよびiPhone Webブラウザー(Winmoについては知らない)で正常に動作するはずです。

使用している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.

According to the factsheet, there will be jQuery Mobile in October 2010. So we don't need to think about mobile compatibility ever again :))

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.

Both Android and iPhone are full featured WebKit browsers (bar plugins). I would be highly surprised if it doesn't work on those.

They now have a browser compatibility matrix like YUI.

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top