4

I want to make an app through HTML5 through which user can visit and store data for offline, could any one give me references for that?

Ozair Kafray
  • 13,351
  • 8
  • 59
  • 84
ShakC
  • 53
  • 1
  • 6
  • http://www.html5rocks.com/en/features/storage, http://www.w3schools.com/html/html5_webstorage.asp, http://diveintohtml5.info/storage.html – Ozair Kafray Sep 19 '13 at 11:51

1 Answers1

3

You should use HTML 5 local storage. Example

Muhammad Zeeshan
  • 8,722
  • 10
  • 45
  • 55