Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 133
|
Hello EO team,
Can you implemant a way of listing all open webview ?
Our software open/close window very often and it can happens that a webView remains active even after it's windows has been closed. And every window has 1-10 webview.
We notice that by checking with chrome debugger.
It would be really helpfull to get a list of webView so we can check if their window's handle is still valid and if not close them.
Best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi, By default the WebView will stay in memory for a short period of time after its handle has been closed. You can set this property to a negative value to destroy the WebView immediately after its handle is closed: http://www.essentialobjects.com/doc/eo.webbrowser.webview.unloaddelay.aspxThanks!
|