Our Cordova Ionic app is experiencing network connectivity issues specifically on devices running iOS 17. The app fails to fetch data from our server, resulting in a timeout error. This issue does not occur on other iOS versions or devices, and other apps on the affected devices continue to function normally. A temporary fix is to restart the device, after which the app works fine until the issue reoccurs.
Ionic Info:
- Ionic CLI: 7.2.0
- Ionic Framework: @ionic/angular 5.9.4
- @angular-devkit/build-angular: 14.2.12
- @angular-devkit/schematics: 14.2.12
- @angular/cli: 14.2.12
- @ionic/angular-toolkit: 7.0.0
Cordova plugin
- cordova-plugin-ionic-webview 5.0.0 “cordova-plugin-ionic-webview”
- cordova-plugin-whitelist 1.3.3 “Whitelist”
- cordova-plugin-code-push 1.12.1 “CodePush”
- cordova-plugin-advanced-http 3.3.1 “Advanced HTTP plugin”
A temporary solution was identified where restarting the device resolved the issue, but this was not a permanent fix.