Answer the question
In order to leave comments, you need to log in
WebView not playing video?
I put it on the TV site c tv-online.at.ua
If you open it in the browser, then everything is fine, it turns out to watch, but the webview does not want to open something.
The page (site.ru/index.php) displays normally, but instead of "TV" there is white. There is no type "Update the player or install the player", but just a white page. Please tell me what else needs to be registered so that you can play the video, such TV channels.
Here is the code I have there,
String url = "http://сайт.ру/tv.php";
view =(WebView) this.findViewById(R.id.webView3);
view.getSettings().setJavaScriptEnabled(true);
view.loadUrl(url);
view.setWebViewClient(new MyWebViewClient());
Answer the question
In order to leave comments, you need to log in
Rather, you will have to write a video player on the android itself - receive a stream and play it. WebView - can only show texts, it certainly develops with the android version, but its functionality is always worse than that of the built-in browser. They say that after installing chrome, you can use its component to display pages.
WebView not playing video?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question