私はmobilejqueryを初めて使用しています。私は試用版を作成しました。Internet Explorer 8.0/7.0を除くすべてのブラウザで正常に動作します。同様に、これは私のコードであるMobilejqueryはインターネットエクスプローラで何も表示しません
Webpage error details:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Wed, 8 Feb 2012 09:59:25 UTC
Message: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus.
Line: 3175
Char: 6
Code: 0
URI: http://code.jquery.com/jquery.js
:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blufin-Mobile application</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css">
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/blufin-app.js"></script>
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Welcome to Blufin Game</h1>
</div>
<div data-role="content">
<p>This is the sample work of the Blufin Game!</p>
</div>
<div data-role="footer" data-position="fixed">
<h4>Page footer</h4>
</div>
</div>
</body>
</html>
は、私のコードのいずれかの問題があるのでしょうか?そしてそれはように、エラーをスローまたはjquerymobileで、それを修正するための回避策があれば..?
jquerymobile.jsを削除した場合、エラーは見つかりませんでした。
これは問題と関連しているかどうかわかりませんが、推奨されるjqueryバージョンを使用してみてください。jqm 1.0:1.6.4 – bmurmistro
jQueryのテストを停止しましたIE上のモバイルは、多くのものがうまくいきません。すべての携帯電話とChrome/FFでうまくいけば、それは携帯電話向けのものです。Chromeで開発することができます –