zl程序教程

您现在的位置是:首页 >  后端

当前栏目

WebView.destroy() called while still attached 的解决的方法

方法webview 解决 while called
2023-09-14 09:07:58 时间

能够如今webView的父组件中删除该webview,然后再Destroy

parent.removeView(webView);

然后

webView.removeAllViews();

webView.destroy();