I show html string in web view. In iphone 5 I am facing the problem that when I do orientation from portrait to landscape the font size of the text in uiwebview changes.
Asked
Active
Viewed 1,112 times
1 Answers
6
I try this and it works. When you change the orientation load the string again to webView.
Example: [self.webView loadHTMLString:yourString baseURL:nil];
Its work.!!

Amit
- 139
- 1
- 5