Reputation: 2069
am using http://westcoastlogic.com/lawnchair/ to store data in my application. Lawnchair doesn't work in Blackberry Web Works. What framework can I use?
Upvotes: 2
Views: 1168
Reputation: 1020
With JSON is easy, I have this tuturial: (but It's in portuguese) http://www.linhadecodigo.com.br/artigo/3627/html5-local-storage-com-json.aspx
Upvotes: 0
Reputation: 11872
There is a Blackberry persistant storage currently in the lawnchair adapters list that you might want to check out under adapters.
Upvotes: 0
Reputation: 662
You should be using either the HTML5 localStorage API or the WebSQL Database.
If you're developing for BB OS 5, you'll need to add html5_init.js to your project and pages, since Webworks on BBOS 5 uses Google Gears instead of HTML5.
Upvotes: 2