iPhone Web App Cache Persistence

后端 未结 1 1848
后悔当初
后悔当初 2021-01-07 10:43

How can I write an ASP.NET (C#) application that will render a page can be permanently cached on the iPhone when it is bookmarked as a \"Homescreen Icon\"? I have tried set

相关标签:
1条回答
  • 2021-01-07 11:21

    You need to set this up through HTML5 cache and app manifest files. Thw WhatWG group has posted a draft specification.

    0 讨论(0)
提交回复
热议问题