2012-05-10 17 views
0

無論您在哪個設備上運行phonegap.js文件都是一樣的嗎? 這是我的代碼。我想要做的是提取最新版本的PhoneGap,而不是在本地託管它。我是否爲每個設備加載不同的phonegap.js?

<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> 

回答

1

沒有每個平臺需要它自己特定的phonegap.js我們正朝着解決這個要求,但現在得到的工作。

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

當談到phonegap.js。

相關問題