Hello,
I have an UIScrollView which contains 3 UIWebview. The problem is that my webview no more scroll on touch.
Do you have an idea ?
Thanks
Thierry
Hello,
I have an UIScrollView which contains 3 UIWebview. The problem is that my webview no more scroll on touch.
Do you have an idea ?
Thanks
Thierry
UIWebView implements scrolling internally, so its own scrolling conflicts with the scrolling of the UIScrollView that contains it.
A possible solution to this could be to resize webviews to fully contain their content, similar to how webviews resize the frames in a frameset.
hi Thierry,
is it possible to show me how did you manage your UIWebviews inside your UIScrollView, I'm interesting in the code. I'm new in Objective-c and that can really help me.
Thank you,
anyone got this working? i am stuck on this as well. any help would be appreciated.
I had the same problem, and posted the solution on my blog. http://www.juggleware.com/blog/2010/07/how-to-place-a-uiwebview-inside-a-uiscrollview/#comments