Using Manifest Files in UIWebView - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T21:50:37Z http://stackoverflow.com/feeds/question/897959 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/897959/using-manifest-files-in-uiwebview 1 Using Manifest Files in UIWebView Charlie 2009-05-22T13:54:21Z 2009-05-22T13:54:21Z <p>I'm building an application for the iPhone/iPod Touch using a UIWebView object. Manifest files seem like an excellent way to do this, and I have gotten our app to load successfully offline in Safari using this technique. </p> <p>My problem is that once I move into my application, I can't get the manifest files to work offline in my UIWebView object. I can't figure out why this isn't working. My question is - has anyone been successful in doing this? If so, is there a resource that you could point me to to get a sample running? Thanks!</p>