Languages

Menu
Sites
Language
Private Storage for web app

Can any one help me collecting some info regarding private storage for web app??

Responses

2 Replies
daniel kim

Hi,

You can create a folder(ex: assets) inside of your project and can point it like as below.

    wgt-package/assets/test.mp3

And can find more information in this link.

https://developer.tizen.org/documentation/guides/web-application/tizen-features/inputoutput/filesystem

Regards,

 

AVSukhov

Hello,

You can use wgt-package and wgt-private virtual root locations.

Also you can use Web storage (localStorage, sessionStorage)

And IndexedDB or webSql