Tuesday, December 31, 2013

UIWebView font control

Is there a way to change the content displayed above UIWebView font size.

Unity is larger font / smaller.
Reply:
PS

UIWebView above fontsize not uniform, there is no similar css there
font-size: 150%;
Practices.
Reply:
 - (void) webViewDidFinishLoad: (UIWebView *) webView 
{
/ / Finished loading, hide the activity indicator in the status bar
[UIApplication sharedApplication] networkActivityIndicatorVisible = NO;.
[Self.guideWebView stringByEvaluatingJavaScriptFromString: @ "document.getElementsByTagName ('body') [0] style.webkitTextSizeAdjust = '150% '."];
}

Reply:
thanks.
Tried, no problem.
Reply:
Why do I not see ah. . .

No comments:

Post a Comment