1

jsファイルを作成してアプリにロードしました

その与える次のエラー:

06-07 16:15:36.691: D/CordovaLog(1465): TypeError: Result of expression 'this.call' [undefined] is not a function. 06-07 16:15:36.691: E/Web Console(1465): TypeError: Result of expression 'this.call' [undefined] is not a function. at file:///android_asset/www/js/jquery-1.3.2.js:3032 06-07 16:15:36.757: D/Cordova(1465): onPageFinished(file:///android_asset/www/editpage.html)

4

1 に答える 1

0

最新の安定した jQuery-mobile バージョン ( 1.3.1 ) と推奨される jQuery バージョン ( 1.9.1 ) を使用することをお勧めします ( jQueryjqmobile ofc を使用していない場合) 。

何かのバージョンの問題かもしれません

于 2013-06-07T11:44:13.850 に答える