Phonegap offline database (on all platforms)

I went through Phone Gap Storage . But this is not supported on Windows phones. Now I want to create an application that will be truly compatible on all platforms. i.e. windows 8, windows 7, windows xp, iOS, Android.

Is there a plugin or sqlite alternative on a Windows phone? I found this Sql client for Windows . What is the best solution?

+5
source share
3 answers

I was looking for a solution for the xplat database for a while, but did not find anything else that SQLite did. Using XML files is not enough, SQLite is still the best choice to support xplat mobile phones.

+2

, API HTML5 , - (/ ) . . , , , , .

IOS, Windows 8, Android- by brodyspark. .

+2

Cordova 3, -SQL WP7 WP8, https://github.com/Smile-SA/cordova-plugin-websqldatabase. "Sql- " (fork git).

The prototype demo is available at https://github.com/Smile-SA/cordova-plugin-websqldatabase-proto .

Since the Web SQL database is available for iOS and Android, this plugin can be written once and be compatible with iOS, Android and WP7 / WP8.

+2
source

All Articles