Hello,
We are using "Webview" extensively in our electron app. our windows users are facing crash issue differently when compared to our MAC users. so when trying to write an app restore mechanism based on "crashed" emit on BrowserWindow. We found some deviance in windows routine. which causes application to crash entirely along with background/main js process.
Sample : https://dl.dropboxusercontent.com/u/42787852/electron-app/electron_0.30.4_win_webview_crash.zip
simulation done via process.crash, capture them and reload respective BrowserWindow webContents. when webview embedded this event is not emitted / not capturable. abruptly entire app is lost.
Please find the attached sample app
Hello,
We are using "Webview" extensively in our electron app. our windows users are facing crash issue differently when compared to our MAC users. so when trying to write an app restore mechanism based on "crashed" emit on BrowserWindow. We found some deviance in windows routine. which causes application to crash entirely along with background/main js process.
Sample : https://dl.dropboxusercontent.com/u/42787852/electron-app/electron_0.30.4_win_webview_crash.zip
simulation done via process.crash, capture them and reload respective BrowserWindow webContents. when webview embedded this event is not emitted / not capturable. abruptly entire app is lost.
Please find the attached sample app