I know I am doing something wrong, because Firefox and Internet explorer shouldn't support SQlite an chrome should. Could someone help me with this?
if (window.sqlitePlugin){
alert('sqlitePlugin is supported');
window.localStorage.setItem("whatever", "string value");
} else{
alert('sqlitePlugin is not supported');
}
Aucun commentaire:
Enregistrer un commentaire