I am currently investigating the potential for programmatically adjusting the zoom level and on which area of the page the zoom is panned to. Is this possible either by manipulating the UIWebView or by firing custom javascript calls to the embedded browser?
I am currently investigating the potential for programmatically adjusting the zoom level and on
Share
I’ve looked around a lot for the same thing, and I haven’t had a lot of luck.
UIWebViewis not descended fromUIScrollView, so that type of manipulation is out. By the way, you probably don’t mean to be asking about MobileSafari, since as a developer you don’t have access to that programmatically. MobileSafari uses a UIWebView, not the other way around.Good luck on figuring this one out! If you do, be sure to post the answer here. 🙂