Piece of WebView not visible
Hi,
I've got an UIWebView in a UITabBarController. When I load the external data in the webview and the data is larger then the screen, I cannot scroll to the bottom of it.
Or in fact I can scroll to the bottom but it jumps back 30 pixels or so (the size of the UITabBarController)
How can I adjust that? I've tried adding "<br/>"'s at the end of the HTML, but I don't think that's a nice sollution.
Cheers
|