iPhone and HTML5 Cache Manifest

前端 未结 4 467
暖寄归人
暖寄归人 2021-02-06 19:08

I am trying to build an iPhone web application using ASP.NET. The page is dynamically rendered once for each visitor. At this point the page can be bookmarked and it will never

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-06 19:34

    You should use the Safari Javascript Database API which should work for iPhone and Safari 3.1. It works great for local caching and data storage:

    http://developer.apple.com/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/

提交回复
热议问题