If I change the UIWebView frame (scalesPageToFit property - YES), what do I need to do so that the zoom level of the currently displayed web page is saved?
Let's say I have a UIWebView frame 200 pixels wide and enlarged to a website so that only one column can be seen. After changing the width to 300, I still see a column with the same size and extra space left and right. But what I need is that I still only see this column, but more.
Any ideas what I should do to achieve this? I tried a lot, but so far nothing has worked.
By the way, the iPhone created in the Safari browser does exactly this thing (with the same site, therefore it is not connected with the content) when the iPhone is rotated ... I see the same content, the error is bigger and not more content, since it happens with my current version of the code.
Thanks for the help! Marcus
objective-c iphone uikit
Markus gรถmmel
source share