Using Manifest Files in UIWebView - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T21:50:37Zhttp://stackoverflow.com/feeds/question/897959http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/897959/using-manifest-files-in-uiwebview1Using Manifest Files in UIWebViewCharlie2009-05-22T13:54:21Z2009-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>