Reputation: 865
I am building an app using Ionic for the first time and everything is going great, the only problem right now is that if I run my app in the simulator and the browser the app looks as I designed but when I run ionic upload
and try to test it on my iPhone 6 using the Ionic View app, I just get a white screen :(
Is there a reason why ionic view and the simulator or browser could be different?
Thanks!
Upvotes: 0
Views: 458
Reputation: 865
I fixed it! The problem was in my states...I had the templateUrl as '../views/games/games-list.html' and all I had to remove was the '../' and it fixed it.
Upvotes: 3