Phonegap. What happens to web SQL database on app update?

前端 未结 1 1103
余生分开走
余生分开走 2020-12-21 06:01

Please excuse the very novice question but I am about to embark on my first mobile app project using Phonegap. My project will rely heavily on a web SQL database. When I mak

相关标签:
1条回答
  • 2020-12-21 06:40

    It will remain as it is (except the iOS 5.1 bug which is already resolved - https://issues.apache.org/jira/browse/CB-347)

    You can also test and produce the same scenario by upgrading the application in your simulator or your device and see the result.

    Check more detail in this post - https://groups.google.com/forum/?fromgroups#!topic/phonegap/NhPTwzi4KnU

    0 讨论(0)
提交回复
热议问题