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

it2025-06-15  20

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

parent.removeView(webView);

然后

webView.removeAllViews();

webView.destroy();

转载于:https://www.cnblogs.com/bhlsheji/p/5218005.html

最新回复(0)