09-24-2012 11:01 AM
Hi,
We have created a webApp (purely browser based) for our customers. It runs beautifully on BB6 and 7, ioS 4 and 5, Android 2.2 and higher. However when we load it on the PB and the DEV Alpha device we get the following exception:
There was not enough remaining storage space, or the storage quota was reached and the user declined to allow more space.
Problem is there is plenty of space on the two devices (gigaBytes) and the device never prompted to increase the quota.
Is this a bug or is it simply a settings that enables the device to increase the initial quota?
Alon
09-25-2012 03:04 AM
Are you using localstorage as your database type?
If so this could be your problem:
http://stackoverflow.com/questions/2747285/html5-l
A cool website for checking browser abilities is html5test.com, The playbook stats can be seen here:
http://html5test.com/compare/browser/rimtabletos20
Although it doesn't tell how much space you have for storage it tells what types of storage are supported.
09-25-2012 08:02 AM
If you're using WebDB, you can extend the storage limit at launch and it should prompt the user to allow it.
09-25-2012 02:38 PM
And yet it does not prompt to extend the storage. Looks like we have a new release of the Dev Alpha software today so i will re-test it on the new software and see if the issue is resolved.
Alon