我的问题是如何在 web 视图中播放视频。我可以在 000webhost 上设置实时法语以在 android.now 中流式传输。现在问题是我如何使用 webview 在 android 中播放...这是我的代码,它可以显示白屏我不知道为什么
mWebView = (WebView) findViewById( R.id.webView1 ); //This is the id you gave
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.getSettings().setSupportZoom(true); //Zoom Control on web (You don't need this
//if ROM supports Multi-Touch
mWebView.getSettings().setBuiltInZoomControls(true); //Enable Multitouch if supported by ROM
// Load URL
mWebView.loadUrl("http://gumsuminnocent.host56.com/frenchchannel.html");
不工作只是白屏。请帮助我,并提前感谢我糟糕的英语