$State.go problem in real device

How to fix if the $state.go im real device not run but if im using browser base its ok. thanks

what exactly is your code? can you show it in order for others to understand what was your problem all about or error in your code…


the process is true. $state.go(‘app.frmdashboard’);

maybe your using it outside a controller so that’s why it doesn’t works. maybe you can use $location.path('/url_of_page');

same error sir , but the other $state.go(‘app.frmdashboard’); are working in my function how about my login , what the specific problem hmmmm.

The problem if the application is in real device. but if web view its ok.

maybe your routing config is messed up…


This is my routing

where is the frmsetup route here?

Solved this problem thank you :slight_smile:

please mark it solved and post/discuss how you solve it in order for others that having the same problem to have an idea what is the cause of the problem and how to fix the said problem…

i solved my problem once i attempt to use third party application to show the debug from real device to google chrome inspect mobile. my problem are the first controller is a encounter a error then after can see the error can fix that then ok :slight_smile: