Android : Security_Err: DOM Exception 18 on openDatabase using PhoneGap Android 4.1

on Friday, August 29, 2014


I have a problem and I can`t resolve it. I have a PhoneGap app and I want to save data into database. On my Samsung S1 device is working but on another device with Android 4.1 is not working, I get Security_Err: DOM Exception 18 . I tried all the methods but still not working. The error appears at window.openDatabase. My code look like this:



function onDeviceReady() {
db = window.openDatabase("dbName", "1.0", "Name", 1024);
}


I don`t know what to do.. Please help. Thank you.


0 comments:

Post a Comment