iframe视频未在Android webview中播放

时间:2017-08-05 12:49:07

标签: javascript android iframe webview

Android webview存在问题。我制作了这个网站http://www.drakor.co/的android webview。 Youtube预告片工作正常,但电影/视频(除了youtube)无法正常工作。甚至缩略图都没有显示。



<iframe src="//gdriveplayer.us/embed.php?hash=FKXhiwfju94OYt5C2NUeZD3qm" frameborder="0" width="100%" height="400" allowfullscreen="allowfullscreen"></iframe>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

使用

启用webview的javascript
WebView webView = (WebView) findViewById(R.id.webview);
webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);