phonegap - sqlite or Indexed DB?

前端 未结 5 514
梦谈多话
梦谈多话 2020-12-28 18:04

I am web developer starting with phonegap. I need to create one app for iPhone, android and Windows Phone 8.
I need to store some data (too big for localStorage) local

5条回答
  •  Happy的楠姐
    2020-12-28 18:45

    Latest Update (May 05, 2014): New Cross Platform Cordova WebSQL plugin by MS Open Tech

    Microsoft Open Technologies is publishing the new open source WebSQL plugin for Apache Cordova and PhoneGap. This plugin allows developers to integrate a persistent SQL-based local storage solution in their Cordova apps using the exact same JavaScript code across Android, iOS, Windows Phone and Windows Store.

提交回复
热议问题