This might be a stupid question, but I inserted a webview in a scroll view, and unfortunately both the scrollview and the webview don’t move fluently when touched like in Safari. How can I solve this problem? Is there any way to make them scroll and zoom more fluently? Sorry for my spelling but I’m not [a native English speaker]. Thanks.
Share
To be able to move more fluently, you can probably reduce the contents of the websites. In my experience
UIWebViews are really heavy objects (memory and processor wise talking). As far as I know, Apple is been trying to achieve a better performance of the class. I can’t imagine a simple solution for this problem. Even loading a singleUIWebViewis not that easy for the OS. But I could be wrong …BTW: A
UIWebViewalready implements aUIScrollView, though it is not actually a subclass and it conforms to theUIScrollViewDelegateprotocols.