How to use Unlimited Web Storage (IndexedDB, WebSQL, LocalStorage) on Tizen Web Application?

How to use Unlimited Web Storage (IndexedDB, WebSQL, LocalStorage) on Tizen Web Application?

BY 25 Dec 2013 Web Application Development

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.

Written by