I have an app that contains a UIWebView. I would like the user to be able to view webpages they’ve previously navigated to when off line. How should I go about making this work?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re going to have to download and cache all the content for each page manually, then recreate them as local pages. There’s nothing like Mac OS’s .webarchive format on iPhone to save web content.