$state.go in iOS9.3 not working

Hello !

I am using ioniv v1 with cordova, angularJS 1.5.3.

After having updating some plugins, and ios platform version to latest (4.5.4), some of my users noticed me the app was not running anymore on iOS9.3. Android and other versions of iOS work fine.

A little search leads me to think that $state.go is not leading anywhere, page is not rendering, there is no errors. I surround $state.go with a try catch statement, nothing to catch. I also try to log some text at the very beginning of the first function trigger in the next view, this text does not appear in the log. The next view is never reach.

Does anyone has ever seen this ? Any idea ?

Here are my infos :

ionic cordova platforms
Installed platforms:
ios 4.5.4

ionic cordova plugins
com.megster.cordova.FileChooser 0.0.0 “File Chooser”
com.pylonproducts.wifiwizard 0.2.11 “WifiWizard”
cordova-android-support-gradle-release 1.3.0 “cordova-android-support-gradle-release”
cordova-open-native-settings 1.4.1 “Native settings”
cordova-plugin-app-version 0.1.9 “AppVersion”
cordova-plugin-camera 4.0.3 “Camera”
cordova-plugin-compat 1.2.0 “Compat”
cordova-plugin-device 2.0.2 “Device”
cordova-plugin-dialogs 2.0.1 “Notification”
cordova-plugin-file 6.0.1 “File”
cordova-plugin-file-transfer 1.7.1 “File Transfer”
cordova-plugin-flashlight 3.2.0 “Flashlight”
cordova-plugin-globalization 1.11.0 “Globalization”
cordova-plugin-google-analytics 1.8.3 “Google Universal Analytics Plugin”
cordova-plugin-inappbrowser 3.0.0 “InAppBrowser”
cordova-plugin-intercom 5.1.1 “Intercom”
cordova-plugin-ionic-keyboard 2.0.5 “cordova-plugin-ionic-keyboard”
cordova-plugin-ionic-webview 1.2.1 “cordova-plugin-ionic-webview”
cordova-plugin-listpicker 2.2.2 “ListPicker”
cordova-plugin-screen-orientation 3.0.1 “Screen Orientation”
cordova-plugin-splashscreen 5.0.2 “Splashscreen”
cordova-plugin-statusbar 2.4.2 “StatusBar”
cordova-plugin-whitelist 1.3.3 “Whitelist”
cordova-plugin-x-toast 2.6.2 “Toast”
cordova-sqlite-storage 2.3.0 “Cordova sqlite storage plugin”
cordova.plugins.diagnostic 4.0.5 “Diagnostic”
es6-promise-plugin 4.2.2 “Promise”
ionic-plugin-keyboard 2.2.1 “Keyboard”
phonegap-plugin-barcodescanner 7.1.1 “BarcodeScanner”
phonegap-plugin-push 2.2.2 “PushPlugin”

Thank you :slight_smile: