UIWebView in UIScrollView
Hi,
I’m having some problems implementing a UIWebView and maybe somebody can help… I need to make a screen with a title, an image, an abstract and a body. I know these would ideally be all HTML in a UIWebView, but they need to be different views, because some are clickable, etc. So we decided tu use a UIScrollView and in that we inserted a UITextView, a UIButtonView and a UIWebView with the body. The WebView has webView.userInteractionEnabled=YES; so that all views scroll together via the UIScrollView.
Now this works great until the WebView is longer than about 1000px. Anything beyond that seems to be covered by a box until I click it.
Does anybody know a workaround?
Thanks for your help,
Antonio
I’m having some problems implementing a UIWebView and maybe somebody can help… I need to make a screen with a title, an image, an abstract and a body. I know these would ideally be all HTML in a UIWebView, but they need to be different views, because some are clickable, etc. So we decided tu use a UIScrollView and in that we inserted a UITextView, a UIButtonView and a UIWebView with the body. The WebView has webView.userInteractionEnabled=YES; so that all views scroll together via the UIScrollView.
Now this works great until the WebView is longer than about 1000px. Anything beyond that seems to be covered by a box until I click it.
Does anybody know a workaround?
Thanks for your help,
Antonio
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| UIScrollView won't bounce, and doesn't respond to touches consistently. | groffhibbitz | 0 | 2,901 |
Jun 3, 2009 11:30 AM Last Post: groffhibbitz |
|
| Determining UIScrollView indicator width | charshep | 0 | 2,505 |
Mar 12, 2009 11:19 AM Last Post: charshep |
|
| UIScrollView pausing timer when scrolling | duncster | 1 | 2,551 |
Jan 14, 2009 01:00 PM Last Post: duncster |
|
| UIScrollView - Moving a sub-view. | duncster | 0 | 2,481 |
Jan 12, 2009 06:58 AM Last Post: duncster |
|
| UIWebView touch event | wonza | 1 | 4,291 |
Dec 2, 2008 06:58 AM Last Post: godexsoft |
|

