我開發了一個使用AngularJs的混合應用程序,它在iOS上運行良好。 但現在我不能夠在Android上運行,我使用的WebSQL和獲取,並得到一個錯誤:Android:WebSQL openDatabase沒有定義
webSettings.setDatabaseEnabled(true);
但後來這樣的:
openDatabase not defined.
其中關於增加這網頁視圖設置dissapeared提出:
02-24 03:08:10.687: E/Web Console(31421): Uncaught Error: SECURITY_ERR: DOM Exception 18
在我使用openDatabase的同一行上。
我不考慮改變我的數據庫。
謝謝。設置數據庫路徑工作 – KetanJogani