I have tried literally every bit of code I have found to try and make this one page zoom in and out but no matter what, the text still overlaps the screen and the page in the UIWebView will simply not fit to the screen.
I've tried instructions here: http://www.iphonedevsdk.com/forum/iphone-sdk-development/9112-uiwebview-zoom-pinch.html
I've tried adding: webView.scalesPageToFit = TRUE;
I've set it to UserInteractionEnabled
.
But nothing seems to work at all.
Is this to do with the coding of the webpage or is it to do with the UIWebView?
Thank you,
James