I am trying to get a WebView working that displays html strings. I have it pretty much doing everything I want at this point, except that when rotating the devices, the WebView content is no longer centered on the screen. It appears that the WebView does not redraw after the rotation, so the width of the View is incorrect. Is there a simple way to fix this for both platforms?
↧