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

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

parent.removeView(webView);

然后

webView.removeAllViews();

webView.destroy();

posted @ 2016-02-25 18:26  phlsheji  阅读(841)  评论(0)    收藏  举报