dpogue commented on issue #1355:
URL: https://github.com/apache/cordova-ios/issues/1355#issuecomment-3198691477

   I tried to do some testing of this in the simulator with the default Cordova 
Hello World project, and I cannot reproduce the bug.
   
   I tried:
   1. Launching the app in the simulator, ensuring that it loaded.
   2. Backgrounding and foregrounding the app and confirming that 
`shouldReloadWebView` had title and location set and returned false.
   3. Backgrounding the app and killing the `com.apple.WebKit.GPU` process in 
Activity Monitor.
   4. Foregrounding the app and confirming that `shouldReloadWebView` had title 
and location set and returned false and that 
`webViewWebContentProcessDidTerminate` was called to reload the webview.
   5. Killing the `com.apple.WebKit.WebContent` process in Activity Monitor, 
and ensuring that `webViewWebContentProcessDidTerminate` was called immediately 
to reload the webview.
   
   I can't be totally sure, but it seems to me like `shouldReloadWebView` might 
not even be necessary since `webViewWebContentProcessDidTerminate` seems to 
fire when expected to reload the webview content when a process crashes. I was 
never able to get into a state where `shouldReloadWebView` returned true.
   
   Can this be reproduced in a non-Meteor app?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to