I'am trying to display a mjpeg video (from ip cam) in a web view and i want to fit the webview content 100% correct to the screen. Work great in portrait mode but in landscape i can still scroll up and down.
Any suggestions?
webView.getSettings().setLoadWithOverviewMode(true);
webView.getSettings().setUseWideViewPort(true);
webView.loadUrl(StreamURL);
Greets