I need to resize my UIWebView to content size, but when height of content size became more then 520 px, I always have this link text
Is there any restrictions to content size of UIWebview?
I need to resize my UIWebView to content size, but when height of content size became more then 520 px, I always have this link text
Is there any restrictions to content size of UIWebview?
I have known what was wrong. I was using a UIView as container for UIWebView. When I placed a UIWebView directly into UIScrollView it works fine.