While attempting to change the view on the Ionic View app for iOS (I have not tested on the Android app), I encountered a bug that seems to have a solution, but unfortunately, it does not work for me.
Bug info: Bug info 2:
My Ionic information is as follows:
Cordova CLI: 5.3.3
Ionic Version: 1.1.0
Ionic CLI Version: 1.7.7
Ionic App Lib Version: 0.6.3
ios-deploy version: 1.8.2
ios-sim version: 5.0.2
OS: Mac OS X El Capitan
Node Version: v4.1.1
Xcode version: Xcode 7.0.1 Build version 7A1001
and my app.js includes:
$stateProvider
// State definitions omitted for brevity
Essentially, I have different views for login, register, and more that lead to an index page with tabs. Within one tab, there are further nested tabs. While this structure works in browsers and Xcode simulation, it fails to function properly in the Ionic View app even after trying various methods such as href, ui-sref, and state.go(). I am seeking assistance to resolve this issue.
Thank you for your help!