iPhone XCODE Programming make a UIWebView Scrollable
- by Antonio Murgia
here is the problem! I have a UIWebView in my programs that loads a php page.
The problem is that if the page has a lot of lines i cannot see them.
I can "scroll" the UIWebView but when I leave the finger from the screen the page comes back to the original state.
I don't want to scale pages to fit the view cause if I do that the letters become too small.
I would like to find a way to scroll pages how it is possible in Safari.
Hope i have explained the problem.
Thank you in advance
Antonio