dpogue commented on issue #1355: URL: https://github.com/apache/cordova-ios/issues/1355#issuecomment-3207055551
The concern with checking for an empty title is that it's completely valid for a page to have no `<title>` tag, or an empty `<title></title>` tag, and the proposed fix would result in that page constantly reloading. That would be an unexpected, web-incompatible, and breaking change for existing Cordova apps. From what I saw in my testing, `shouldReloadWebView` _should_ be completely irrelevant with `webViewWebContentProcessDidTerminate` working properly. -- 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