I’m using a UIWebView in my app. When it has many pictures and is still loading, it scrolls jerkily.
How can I make the UIWebView scroll smoothly like in Mobile Safari?
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 can cache your images and load them from cache to make the rendering faster. Have a look at the following answers.
1.How to save the content in UIWebView for faster loading on next launch?
2.Need content in UIWebView to display quickly
3.Substituting local data for remote UIWebView requests