We have an old issue still open:

https://github.com/phonegap/phonegap-android/issues/238

and basically the root cause of the problem is that we set the max
size of an applications database to be 100 MB.

We have a couple of options available to fix this issue:

1) Do nothing there is a work around available by executing some
commands in your applications onCreate() method.
2) Increase the max size of the database in DroidGap to a number > 100 MB.

I'm leaning towards 1 at this point. What does everyone think?

Simon Mac Donald
http://hi.im/simonmacdonald

Reply via email to