How to implement database in PhoneGap App ?

前端 未结 3 1392
野性不改
野性不改 2021-02-02 18:04

I\'m new to this, and I am trying to build an app to be deployed with PhoneGap, to both Android and iOS. I am wondering how to link to a database which will store timetable dat

3条回答
  •  忘了有多久
    2021-02-02 18:36

    PhoneGap has a storage api that you should use instead of using HTML5 local storage directly. On both Android and iOS, it will use the native implementation.

    see http://docs.phonegap.com/en/2.7.0/cordova_storage_storage.md.html#Storage

提交回复
热议问题