Does WEBSQL support Phonegap Apps on Ice Cream Sandwich?

给你一囗甜甜゛ 提交于 2019-12-10 23:12:19

问题


We're currently developing a iPhone/Android app with phonegap (and sencha touch), with a WEBSQL Database. Everything is working fine on the iOS and on all the Android versions, except for Ice Cream Sandwich. The problem until now has nothing to do with design, it's because the database is not loaded. The different tables are created, but without its content.

This gets me to the question, is WEBSQL supporting apps on Ice Cream Sandwich? Or did anyone have a similiar problem with this on ICS 4.0?

Greetings


回答1:


I have never used websql in ICS but would suggest you to move to other options available, such as using native sqlite available in the android device, which can easily be done using phonegap plugins, along with that websql have been deprecated since nov11, the drafting committee no longer works or maintains web sql and its performance is quite poor as compared to native sqlite



来源:https://stackoverflow.com/questions/9311078/does-websql-support-phonegap-apps-on-ice-cream-sandwich

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!