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

Cableguy

Expert
Licensed User
Longtime User
Have you tried to invalidate the view?
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Hey did you know that since Android 5.0 Webview has been transferred to an APK (Android System WebView), this way it can be updated via the play store separately. But that does not help your current issue...
 
Last edited:
Upvote 0
Top