I'm trying to port a webapp from the iPhone safari web browser to the
Andoid 2.2 web browser. The web app uses client-side persistance via
SQLite. On the iPhone I set the database size to 50mb, which pops up
an alert to the use to allow/deny request. On the Android browser no
such alert is provided to the end user, and the max SQLite db size
that I can create is about 15mb. Is 15mb the max size of SQL
persistance on the Android browser? Why so low? Do I need to embed my
web app in PhoneGap (that's assuming that the webbrowser component of
an Android app is not subject to the same 15mb limitation)?

Thanks
Greg

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to