-
Remove or deprecated the localstorage code. LocalStorage simply doesn't provide enough space to be a viable target.
-
Hi @ebryn,
I'm getting ready to write 2nd article for [Ember Sherpa in the series on CRUD without Ember Data](http://embersherpa.com/articles/crud-example-app-without-ember-data/). For the 1st articl…
taras updated
11 years ago
-
Hello Team
I am using the code to store client data locally can you please provide me an example how to read single data using key and update the record of that key.
Thanks
-
I'm looking into this. Not sure if it's just a problem on my local machine. Getting error: Unable to find current revision in submodule path 'vendor/bootstrap-map-js'
-
I have Samsung I589, which run Android 2.2.3. I deployed your demo "IndexedDB Example on Cordova (Phonegap) - Android" from http://blog.nparashuram.com/2012/10/indexeddb-example-on-cordova-phonegap_1…
-
Hello,
I try to use db.js with IndexedDBShim. I force the browser to use IndexedDBShim using `window.shimIndexedDB.__useShim();`. But I get an error using `db.js`. I get this error:
```
Uncaught Erro…
-
The numeric indices should be properties of the object. Both Firefox and WebKit browsers allow access to the properties with a for-length construct.
``` javascript
for(var i = 0;i http://www.w3.org/T…
-
I've loaded the indexeddb shim in my (under dev) app and am getting a strange error on the device, whereas in the emulator it works fine.
The app opens up a pouchdb database when it starts...
On the d…
-
for opera + safari (+mobile)
-
Hi , i have test your examples in normal browsers and works ok , but faced problems while testing with android browser ,
the example link that you have provided also seems to be not working with the …