sri
sri

Reputation: 3379

Caching in HTML5

  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

Upvotes: 0

Views: 592

Answers (1)

Mark
Mark

Reputation: 33571

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

Upvotes: 1

Related Questions