How to change font size dynamically in UIWebView?

From what I understand, for dynamic font size one can use preferredFontForTextStyle

. How can I use the same to change the font size of a UIWebView? How to get the "FONT SIZE" preference value to change the font size of the HTML page loaded in UIWebView

+3


source to share





All Articles