android: webview doesn’t fit screen size on Android 4+

Developing Toldor sidur app, I met strange behaviour on some devices with Android 4+. Affected devices: Samsung Galaxy s3 Samsung Galaxy tab. The problem was that webview did not fit actual screen size and was extended out of screen from right and bottom. fix is very simple: set the following settings to your webview: webView.setPadding(0,… Continue reading android: webview doesn’t fit screen size on Android 4+