Search code examples
iphoneuiwebviewwebarchive

How to save UIWebView content as .webarchive format?


I had been tried this library: https://github.com/stake/STWebArchiver It's good, but if I access some web pages isn't well-formed, it would not be saved.

So, is there any way for me to try to save web page(s) as .webarchive on iOS devices? Could somebody give me some advices?

Thanks a lot!


Solution

  • You cannot. UIWebView is not equal to the WebView class in Mac OS X. I recommend you try ASIWebPageRequest.