0

无论您在什么设备上运行 phonegap.js 文件,它是否都相同?这是我的代码。我想做的是引入最新版本的 PhoneGap,而不是在本地托管它。

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/latest/jquery.mobile.css">
<script>
$(document).bind("mobileinit", function() {
    $.mobile.ajaxEnabled = false;
});
</script>
<script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>
<script src="phonegap.js" type="text/javascript"></script>
4

1 回答 1

1

不是每个平台都需要它自己的特定 phonegap.js 我们正在努力解决这个要求,但现在。

Android != iOS != 黑莓 != Windows Phone

谈到phonegap.js。

于 2012-05-10T18:49:53.433 回答