I have UIWebView within a UIScrollView. Then as I scroll, the web view displays first two pages correctly but does draws only half of the third the page. If I tap on the web view it draws the content or if I call -[UIWebView reload] in -scrollViewDidEndDecelerating, it shows the content.
Is there any way I can make the web view draw correctly?
UIWebViews cannot be loaded concurrently. You must load one, wait til it finishes, then load the next, and so on.
You can do this on a timer, or wait until when the scrolled UIWebView has the focus before loading the data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With