Rank: Member Groups: Member
Joined: 4/21/2015 Posts: 14
|
Does EO.webbrowser dispatch some kind of event when webview crashes? I want to capture the crash and do some handling
|
Rank: Member Groups: Member
Joined: 4/21/2015 Posts: 14
|
Does anyone knows how to handle crash? I want wpf app to dispatch alert to support if webview crash.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
There is no special event for crash. When the WebView crashes, it will be automatically closed, thus it will trigger Closed event.
Thanks!
|