I’m trying to develop a mobile app with ionic and ngCordova but I have a big problem with iPhone. I use ui-router to get my params in url by example /menu/product/:id and this is a part of my controller which get the param :
Everything work on desktop, with Chrome, Safari or Firefox. However, when I build my App for iOs (I didn’t try for Android) nothing work, I cannot get the param, nothing appears in the console. Do you have an idea?? Even if I put the $stateParams.id in a scope and display it with {{id}} I can see in browser but not on my iPhone
When I click on my Listing menu I got an alert with the correct URL /menu/order but in the listing when I click on a item I don’t have any message on my phone but in browser I get /menu/order/Id correctly. I can upload the source code if you want