Below is a screen shot of a weird issue I am running into on some devices.
Basically, I have an activity that a webview control takes up most of the screen. In code, I am programmically generating HTML code that I then display in the webview - so all of the text that the webview displays is from code, nothing from online.
The activity can be rotate, and I simply regenerate the same-exact HTML code for both orientations.
But, for some reason, when some of my users rotate the screen, the resulting text in the webview is all fuzzy and out of focus. And in most cases, the more times they switch orientations, the MORE blurrier the text gets.
What could possibly be causing the text to get blurry like this?
Basically, I have an activity that a webview control takes up most of the screen. In code, I am programmically generating HTML code that I then display in the webview - so all of the text that the webview displays is from code, nothing from online.
The activity can be rotate, and I simply regenerate the same-exact HTML code for both orientations.
But, for some reason, when some of my users rotate the screen, the resulting text in the webview is all fuzzy and out of focus. And in most cases, the more times they switch orientations, the MORE blurrier the text gets.
What could possibly be causing the text to get blurry like this?