dpogue commented on issue #1355: URL: https://github.com/apache/cordova-ios/issues/1355#issuecomment-3207099641
Looking at history, it looks like originally `webViewWebContentProcessDidTerminate` wasn't always called reliably by the system, which led to implementing `shouldReloadWebView`: https://issues.apache.org/jira/browse/CB-9888 The original `shouldReloadWebView` implementation did check for a blank title: https://github.com/apache/cordova-plugin-wkwebview-engine/commit/815ed0741b9ae30b343d6429bd8ff2ad37ec5790 And it was determined to be too aggressive and causing issues for apps: https://issues.apache.org/jira/browse/CB-11554 https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16/commits/6d39ff1fa0a27aeefdfb1e36af49481f18279b98 So reloading on a non-null but empty title is definitely a bug that we do not want to re-introduce. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
