Tizen web apps web storage is limited to 2.49 MB.
This is not enough for apps that store a lot of local data in a database such as notes.
I tried adding to config.xml:
<tizen:privilege name="hxxp://tizen.org/privilege/unlimitedstorage"/>
but limit is still enforced.
Is there a way to increase this to unlimited?
An alternative is to use File API but it's not as convenient as a database, and I want to use a standardized API.