我在jquery移动网站上使用以下scripts
。
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile.structure-1.4.0.min.css" />
在google chrome android mobile和mozila android mobile中运行良好 不幸的是,不能在Windows手机中工作。结果是一个白色的屏幕。
我将jquery mobile script
从1.4.0.
更改为1.1.0.
。这个改变在Windows Phone中运行即,但布局不同。
修改
很抱歉这些链接,但我没有很多声誉来上传图片。
在链接1我使用以下脚本。 此屏幕截图是我尝试过的所有浏览器的结果。 除了Windows Phone的移动IE IE for Windows Phone的结果不一样。布局没有设计,只显示一个简单的列表项,没有颜色。
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.2/jquery.mobile.structure-1.4.2.min.css" />
http://metartestmobile.netau.net/test/listviews2.php 链接1
在Link 2我正在使用以下脚本。 在IE Windows Phone和所有其他浏览器中也是如此。
但我必须在所有浏览器上保持Link 1的布局! 有什么想法吗?
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile.structure-1.3.2.min.css" />