Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

Unload Webview #89

Open Gummby opened 4 years ago

Gummby commented 4 years ago

Hi there,

Version: on Nativescript core

Sorry if this has been asked or there is already a solution, I am wondering if there is a way to correctly unload/remove a webview from the DOM?

I get the below error when removing a web-view with js, like container.removechild(webview).

chromium: [ERROR:aw_browser_terminator.cc(125)] Renderer process (26085) crash detected (code -1).

thanks