Zef, you are correct. persistence.js works with phonegap. I am
currently using such setup and it works on iOS, Andorid and
BlackBerry(playbook). However, it does not work on WP7. That is
because WP7 does not support SQLite on the browser. The point of my
question is that how about making persistence.js work on WP7, by using
a out-of-the-browser SQL implementation, which phonegap happens to
provide one. Take a look at the link below for the phonegap SQL
javascript APIs. I believe that a "phonegap database store" can be
made so that persistence.js can be used on mobile devices that don't
have SQL browser database. Do you agree? Is it going to be a big
effort to support such database store? Thanks.
http://docs.phonegap.com/phonegap_storage_storage.md.html
On May 26, 3:25 am, Zef Hemel <
z...@zef.me> wrote:
> Last I heard Phonegap works fine with persistence.js, you don't have
> to do anything, just use it like in any other browser. I tested it at
> least on iOS, not sure about other operating systems.
>
> Best,
>
> Zef
>