-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
I installed the Plugin, but it is not working.
nativeStorage is not available.
I try on deviceready:
var ns = (typeof nativeStorage == "undefined") ? false : true;
if(ns)
{
alert("nativeStorage is available");
nativeStorage.putString(
"foo",
"bar",
function(result)
{
alert(result);
},
function(e)
{
alert(e);
}
);
nativeStorage.getString(
"bla",
function(result)
{
alert(result);
},
function(e)
{
alert(e);
}
);
}
any ideas? I am using phonegap actual
Metadata
Metadata
Assignees
Labels
No labels