Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/394.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/229.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript Android WebView无法在本地HTML5中播放音频_Javascript_Android_Html_Audio_Android Webview - Fatal编程技术网

Javascript Android WebView无法在本地HTML5中播放音频

Javascript Android WebView无法在本地HTML5中播放音频,javascript,android,html,audio,android-webview,Javascript,Android,Html,Audio,Android Webview,这是HTML5 audio src="media/hbgm.ogg" loop="true" autoplay="true" 我已经将本地HTML5文件添加到WebView,我不知道 webView = (WebView) findViewById(R.id.webView); webView.loadUrl("file:///android_asset/HelloweenConstruct2/index.html"); WebSettings websettings = webView.ge

这是HTML5

audio src="media/hbgm.ogg" loop="true" autoplay="true"
我已经将本地HTML5文件添加到
WebView
,我不知道

webView = (WebView) findViewById(R.id.webView);
webView.loadUrl("file:///android_asset/HelloweenConstruct2/index.html");
WebSettings websettings = webView.getSettings(); 
websettings.setSupportZoom(true); 
websettings.setBuiltInZoomControls(true); 
websettings.setJavaScriptEnabled(true);

android的哪个版本,你在哪个设备上测试?三星Galaxy Note2和索尼Xperia S