0
  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

sri
  • 3,319
  • 7
  • 34
  • 48

1 Answers1

1

You should use localstorage. The limit on the iPhone is 5 or 10 MB according to this question: Limit of localstorage on iPhone?

Community
  • 1
  • 1
Mark
  • 32,293
  • 33
  • 107
  • 137
  • Yes. it is caching. plz correct me if my language is not good. am targeting all browsers instead of any single browser. – sri Jun 30 '10 at 04:42