How to disable UIWebview horizontal scrolling?

Posted by akaii on Stack Overflow See other posts from Stack Overflow or by akaii
Published on 2010-03-07T19:54:37Z Indexed on 2010/03/08 15:36 UTC
Read the original article Hit count: 1460

I've tried disabling it by inserting:

into my HTML string, and a dozen variations of the above in the vain hope that I just screwed up the tag syntax... but nothing seems to stop UIWebView from scrolling horizontally. And yet there are apps that manage to do this (like MobileRSS), and presumably, since they haven't gotten rejected, they're not using private APIs.

© Stack Overflow or respective owner

Related posts about disable

Related posts about scrolling