我有一個可用的HelloWorld電話程序,jquery mobile如下所述:http://jquerymobile.com/demos/1.1.0/docs/about/getting-started.html。我加了一些JavaScript這與跨源資源共享實驗:CORS + Android Webview,不能在設備上工作(但在模擬器上)
<script>
$(document).bind("pageinit", function() {
$.support.cors = true;
$.mobile.allowCrossDomainPages = true;
$.mobile.changePage("http://jquery.com");
});
</script>
這個工程在模擬器(2.3)大,jquery.com被加載在jQuery Mobile的演示。但是,在實際的2.3 Android設備(運行Cyanogen,Galaxy SII,Galaxy Player的T-mobile G2)上,changePage()調用什麼也不做。
什麼是y我們的緩存和異步字段設置爲? – Erol 2012-07-14 04:05:45