解決Webview 播放mp4格式的視頻,退出後依然有聲音

一、Activity退出時關閉音頻或視頻java 重寫Activity的onDestroy()方法,在方法裏添加webView.destroy()方法。web @Override protected void onDestroy() { super.onDestroy(); //爲了使WebView退出時音頻或視頻關閉 webView.destroy(); }
相關文章
相關標籤/搜索