views:

302

answers:

0

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.

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!