TakWolf-Deprecated / CNode-Material-Design

CNode 社区第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
https://cnodejs.org
Apache License 2.0
1.34k stars 347 forks source link

目前 WebView 使用存在内存泄露问题 #60

Closed TakWolf closed 2 years ago

TakWolf commented 7 years ago

问题来源以及参考: http://leehong2005.com/2016/08/19/webview-memory-leak/

解决方案:

  1. 独立的 WebView,可以通过特殊方案销毁

  2. 列表(ListView and RecyclerView)中的 WebView 如何在宿主生命周期结束时优雅的销毁,思考中...