tags:

views:

76

answers:

1

Guys,

  1. How to enable mobile web caching in HTML5?

  2. is it possible to store dynamic data in mobile device using HTML5?

  3. What type of data's can be stored and max size?

please let me know if you come across tutorial.

Thanks in advance,

sri

+1  A: 

You should use localstorage. The limit on the iPhone is 5 or 10 MB according to this question: http://stackoverflow.com/questions/1921048/limit-of-localstorage-on-iphone

Mark
Yes. it is caching. plz correct me if my language is not good.am targeting all browsers instead of any single browser.
sri