Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

Jquery mobile page navigation in IOS

Good day to all
I have an apperyio.navigation function in if condition to navigate to specific page depending on status of variable, the navigation is working fin in android mobiles but in iOS is not working properly it is navigating first time then stick to the same page ignoring the if statement

I hope this is clear description of the problem

Thank you

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Jquery mobile page navigation in IOS

Hello Yahya -

Are you getting any kind of error while running this code on the device? What do you mean by "...stick to the same page ignoring the if statement"?

Yahya
Posts: 0
Joined: Tue Nov 11, 2014 1:08 pm

Jquery mobile page navigation in IOS

Thank you for your reply..
In fact I have two pages driver page and user page if user type = driver will navigate to driver page if usertype=user will navigate to user page. This approach is working fine in android but in iOS it work first time login then if I change the user type it stick to the first page it access first time.

Thank you.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Jquery mobile page navigation in IOS

Please try to debug your app remotely using Weinre debugger (https://docs.appery.io/docs/weinre-de...).
Please check if there are any errors in the Weinre console.

Return to “Issues”