语言

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

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.

编辑者为: Hendy Irawan 24 12月, 2013

响应

4 回复
Alexander AVSukhov

Hello,

Can you make a mistake: you need use  http://tizen.org/privilege/unlimitedstorage   instead "hxxp://...." 

Hendy Irawan
Yes İ use http on the app. i used hxxp when posting because Mollom keeps flagging my post as spam :-(
Alexander AVSukhov

Which version SDK you are using?

Hendy Irawan
İ'm using 2.2.1