I am using WebSQL for my PhoneGap application it is fine for GingerBread and Honeycomb but not working for ICS, I have checked the browser of ICS it supports WebSQL queries but i don’t know whats wrong with a WebView of PhoneGap.
My code is:
openDatabase('shortName', '1.0', 'displayName', 5242880,function(){
alert('db created');
});
Wondering if WebSQL is deprecated in ICS? or I need to make changes in above statement? or I need to use NativeDB plugin for ICS?
SOLUTION/FIXED : http://gauravstomar.blogspot.in/2012/03/my-phonegap-app-not-working-on-ics.html