How to implement database in PhoneGap App ?

前端 未结 3 1399
野性不改
野性不改 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:22

    Careful because maxSize of database in Android Gingerbread 2.3.3 emulator must be 65535.

    With this OS 200000 maxSize it could give an error.

    200000 maxSize works for newer OS.

提交回复
热议问题