sombatos opened a new issue, #1281: URL: https://github.com/apache/cordova-ios/issues/1281
# Bug Report Links to the upper level URLs (`../test/page.html`) work fine on **iOS 12** but do not work on **iOS 15-16**. Also the following JavaScript code does not work anymore (before it was redirecting to the specified page): ``` window.location.href = "../test/page.htm"; window.location.href = "file:///private/var/containers/Bundle/Application/D073O-CD734-BBDD-C64E/www/test/page.htm"; ``` Is this something that need to be fixed in `cordova-ios`? Or maybe someone knows some workaround? ### Version information iOS 15-16 XCode 13.0.x ``` <engine name="cordova-ios" spec="6.2.0" /> ``` -- 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]
