Lennie
Lennie

Reputation: 2069

Blackberry Web Works - Data Storage

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

Answers (3)

Joabe da Luz
Joabe da Luz

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

Terrance
Terrance

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

Core.B
Core.B

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

Related Questions