I set maxsize per your instructions like:
@Connection(..cut snip... maxsize = 10000)
this seems to work in safari and chrome.
When trying the site on android though, I see ...
DataServiceException: #4 - there was not enough remaining storage
space, or the storage quota was reached and the user declined to allow
more space - Executed SQL: null
This is just setting up the database. No actual data is stored.
One browser (on android) reports:
current quota: 10000, total used quota: 10000)
V/browser ( 1229): onExceededDatabaseQuota set new quota to 1058576
The android handset reports less than 2.2 mb in storage for the site
(including I presume the offline cache).
What could be going wrong?
Shawn
increasing that value did the trick.
not sure why it worked some places and not others but ...
Shawn