Languages

Menu
Sites
Language
Application cache

Hi,

Is it possible application cache in mobile web app.?

If possible then share code with me or guide me.

 

Edited by: Vikram Kshirsagar on 14 Jan, 2015

Responses

6 Replies
daniel kim

Hi,

There is a guide document like as below.

https://developer.tizen.org/dev-guide/2.3.0/ > Tizen Mobile Web App Programming > Tutorials > W3C/HTML5 Tutorials > Storage Tutorials > HTML5 Application Caches Tutorial

 

I wish this will help you.

colin Rao

A normal javascript object can act as a application cache, like window.appcache = {key:value}.

As a process of an app, the global obj will be keeping if you don't delete it. This maner is simple, but it will loss after the process been killed.

Vikram Kshirsagar

Thanks for help but I want to make offline web app. How can I do it?

 

AVSukhov

Hello,

What do you mean by the offline web app? What your app do?

Vikram Kshirsagar

I am using webservice in my app, when network is offline then recent data from webservice should display in app.

 

colin Rao

Tizen web application support the html5, suggest you to learning about the html5 storage api. As the comments of daniel kim.