Hi,
With your latest build, if you set e.Cancel = true in the Closing event (after a window.close in js), the webview still displayed but seems to be disabled.
Nothing can be done on it (selected text, type in text field, ...)
Thanks to fix.
You can try on this web page :
http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_closeIn your sample project add an handler on the Closing event and set the e.Cancel property to true.
1. Navigate to this page
http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_win_close2. Clic on Open
3. Keep the tab open and the clic on Close
4. New tab still opened but the text in the tab can be selected