3

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.

Vibhooti
  • 1,193
  • 2
  • 9
  • 20

1 Answers1

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