-
**I'm submitting a ...** (check one with "x")
[ ] question
[x] any problem or bug report
[ ] feature request
**The plugin version:** (check one with "x")
[ ] **2.0-beta3 (github)**
[x] …
-
I have installed the plugin into my Ionic v1 Cordova project.
I am trying to use the `setItem` function as below:
$cordovaNativeStorage.setItem( "testRef", { testProp: true } ).then( functio…
-
Sorry to be nuisance, but I was hoping to do an insert when no object is found through the error.code API you provided in your documentation.
It's however returning me a string. Will there be a fu…
dmr07 updated
6 years ago
-
I get the following error on android 4.4.2:
ReferenceError: NativeStorage is not defined
at file:///android_asset/www/scripts/log…
-
Hi, i want to know how can i store the current html page? I have several html pages in my app and when the user leaves the application, I want that when it restarts it arrives on the same page.
Do …
-
After updating from 3.1.4 to 3.1.5:
```
TypeError: Cannot read property 'flags' of undefined
at checkUnreachable (/Users/kleeb/workspace/ionic/node_modules/typescript/lib/typescript.js:24905:…
kleeb updated
6 years ago
-
Variables can be accessed in Android by using the `getString` method provided by `SharedPreferences`. If NativeStorage API is used prior to v2.0 you need to use `getBoolean`, `getString`, `getDouble`,…
-
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
**Current behavior:**
Install version 1.0.0 of app on ios.
Update app with Ionic Deploy snapshot. Snapshot v…
-
`NativeStorage.keys(
() => {console.log('success');},
() => {console.log('error');}
);`
causes an error:
`Uncaught TypeError: Cannot read property '0' of undefined
at StorageHandle.Loca…
-
**I'm submitting a ...** (check one with "x")
[X ] question
[ ] any problem or bug report
[ ] feature request
**The plugin version:** (check one with "x")
[ X] **2.0-beta3 (github)**
[ ] **…