I have set "scalesPageToFit" property to YES for UIWebView. Its getting zoom , but when the page loading, the content is with tiny font which cannot be read without pinching. Can we set the zooming scale as default?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This is more about the site you're loading then the UIWebView itself … If you have controll over the displayed HTML just put If not: You can inject JavaScript into the UIWebView and execute it, so there is an easy way to insert the meta tag using a small code snippet:
Note, that the snippet will kill viewport settings made by the author of the HTML code … So you may get strange results. |
|||
|
|