奇妙な理由で、WebアプリをChromeにロードすると、jquery mobileは完璧ですが、iPhoneで試してみると、正しくレンダリングされません。ページがクラッシュし、ひどく見栄えが悪くなります。私はそれがより速いと言われたのでcdnを使うことに決めました。
<!-- the three things that jQuery Mobile needs to work -->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
上記のスニペットをjqueryサイトから直接コピーしました。なぜ異なる行動をとっているのかについての提案はありますか?