html doc download for devices

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • colossalhead0

    You want to use: <meta name="apple-mobile-web-app-capable" content="yes">

    See details for this and others here:

    https://developer.apple.com/libr…

    Also to chime in about AppCache... For simple content it can work quite well - but it can break easy and debugging it is problematic (you don't get a lot of information as to why things aren't working). But basically in any page you want to cache every single image, linked file, etc. should be included in the manifest. Also if there is dynamic content, you have other considerations to make as well... i.e. when the content changes (say with a new image) the the manifest needs to be updated as well.

    • nice one for that snippet :-)

      the app cache thing? it's all fairly simple not too much going on to make things break...
      he says optimistically!!!! ;-)
      wwfc

View thread