breautek commented on issue #1324: URL: https://github.com/apache/cordova-ios/issues/1324#issuecomment-1729347454
The original reporter reported this issue in the context of using the history API with `file://` protocol and answer on that subject is: https://github.com/apache/cordova-ios/issues/1324#issuecomment-1542206012 > Hi, We are also having the same issue with our Cordova iOS app, our app is working on iOS 15 devices but when we run the same app on iOS 16.4 devices, the navigation from www/index.html to www/pages/ui/page1.html using $.mobile.changePage API is not working. Can any one suggest us how to fix this problem in cordova ios app with cordova-ios:6.3.0 or 7.0.0 versions with target SDK 16+ As noted above, if `$.mobile.changePage` is using the history API, then you either need to use schemes (see https://github.com/apache/cordova-ios/issues/1324#issuecomment-1613704842) or you need to use a hash-based routing. Without knowing what `$.mobile.changePage` actually does we can't provide further insights. Closing as not-a-bug. -- 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]
