hlwhl / webview_cef

WebView for Flutter Desktop Apps using CEF(Chromium Embedded Framework) [Work in Progress]
Apache License 2.0
158 stars 44 forks source link

Dispose Callback Results with App Crash #97

Closed bahricanyesil closed 6 months ago

bahricanyesil commented 6 months ago

When I call dispose on WebViewController, it directly closes the app. @SinyimZhi

SinyimZhi commented 6 months ago

I'm sorry, the dispose method called here is prepared for single instance mode,if you don't want close app immediately, you can remove this line, and call it before close the app。

bahricanyesil commented 6 months ago

I'm sorry, the dispose method called here is prepared for single instance mode,if you don't want close app immediately, you can remove this line, and call it before close the app。

Thank you for the response. It was a bit confusing with the naming but I got it.