Rank: Advanced Member Groups: Member
Joined: 1/12/2015 Posts: 81
|
In the WebView.Closed event handler the WebViewClosedEventArgs.Reason has a string of "2".
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, WebViewClosedEventArgs.Reason is an enum of type WebViewCloseReason. A value of 2 would corresponding to WebViewCloseReason.EngineCrash. We would need to be able to reproduce it or at least have a crash log in order to investigate this kind of issue further. See here for details: https://www.essentialobjects.com/forum/test_project.aspxhttps://www.essentialobjects.com/doc/common/crash_report.htmlPlease also collect runtime logs as already discussed in another thread as well. Thanks!
|