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;
答案 0 :(得分:0)
使用
启用webview的javascriptWebView webView = (WebView) findViewById(R.id.webview);
webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);