Android Question Why is my webview control blurry after rotating the device

davepamn

Active Member
Licensed User
Longtime User
Zoom seems to be a problem

I tried Webview settings but it did not fix the zoom problem
B4X:
    oWebViewSettings.setDefaultZoom(WebView1,"MEDIUM")
    oWebViewSettings.setDisplayZoomControls(WebView1,True)

Is this a bug?

If I press a button to reload the data the web view comes into focus
 
Last edited:

davepamn

Active Member
Licensed User
Longtime User
Screenshot_2015-06-17-10-34-08.png
 
Upvote 0
Top