How to resize WebView according to its content?
Posted
by Miraaj
on Stack Overflow
See other posts from Stack Overflow
or by Miraaj
Published on 2010-04-20T13:00:16Z
Indexed on
2010/04/21
0:33 UTC
Read the original article
Hit count: 318
Hi all,
I want to set simple html contents within a web view and then resize it according to its content.
To set simple html contents within web view I used this code and it is working fine:
[[myWebView mainFrame] loadHTMLString:webViewContents baseURL:baseURLFramed];
Right now, if content is more than its actual size then it appears in web view showing both vertical and horizontal scroller in it. I want to set some default width and manage height according to its content in a way so that neither horizontal nor vertical scroller appears.
Can anyone suggest me some solution for it?
Thanks,
Miraaj
© Stack Overflow or respective owner