iPhone Web App Cache Persistence
Asked Answered
S

1

1

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 setting this on the code behind "Response.ExpiresAbsolute = DateTime.MaxValue;" but to no avail. The server code is still executed every time the home screen icon is launched.

Schinica answered 5/11, 2008 at 4:50 Comment(0)
U
1

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

Ullyot answered 5/11, 2008 at 4:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.