rodydavis / easy_web_view

Flutter Web Views on Mobile and Web made easy!
https://rodydavis.github.io/easy_web_view/
MIT License
176 stars 94 forks source link

Windows Issue no clearing webview memory #106

Open dimityrivanov opened 12 months ago

dimityrivanov commented 12 months ago

Hello guys,

I have strange problem that I just can't find a solution to solve, on windows when I open the easywebview inside an dialog and the dialog is closed the webview stays in the task manager as reference and its not cleared, any guidance on how to fix it

mtzinfotech commented 8 months ago

you need to dispose the webView using onDispose() method. I hope this can fix your problem.

rodydavis commented 2 weeks ago

Can you submit a PR if any changes are needed?