开发者

how to use sdcard to save my local html5 db using android & phonegap

开发者 https://www.devze.com 2023-03-06 15:25 出处:网络
am trying to use sdcard to save my local html5 db using android & phonegap i tried using : WebSettingssettings= appView.getSettings();

am trying to use sdcard to save my local html5 db using android & phonegap

i tried using :

 WebSettings  settings= appView.getSettings();
 settings.setsDatabaseEnabled(true);  
 settings.setDatabasePath("/data/data/org.infil00p.testcase/app_database");

but there is not

setsDatabaseEnabled

or

s开发者_开发百科etDatabasePath

Methods in the jar file , am using phonegap 0.9.5

thanks ,

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号