0

is it possible to save files on the device from a WebApp? If it is so, which size does it have?

So hope that there is help for me.

Thanx newone

newone
  • 125
  • 1
  • 5
  • 13

3 Answers3

0

Nope, unless the user does it, such as the Save Image option.

alex
  • 479,566
  • 201
  • 878
  • 984
0

Mobile Safari supports a number of offline storage mechanisms, but none for files per se.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
0

Use localstorage or HTML5 SQL.

The limit for iPhone is 5MB with option to expand 5MB per time, if you are using HTML5 SQL. (See this answer.). So you are a bit constrained.

See the Safari documentation here.

Community
  • 1
  • 1
CracyD
  • 368
  • 4
  • 16