appery.navigateTo not working on iOS device
Hi Team,
I was finalizing my app and it works perfect on chrome, firefox and android, but at the last minute, I found out that it didn't work at all on iOS device
After hours of debugging, (weinre didn't show up any error, I had to add 'console.log' and 'alert' at almost every line of code.), I found that the appery. navigateTo doesn't work. And also when the app runs on iOS , it failed to see some of my custom javascripts.
I tried to simulate the problem with a couple of empty new pages, page 1 and page2.
I set page1 as the startup page, and add a button on it to navigate to page2.
it didn't work on iOS device.
However, when I tried to create a new app with the same page 1 and page2, and the navigation worked!!
It seems that this problem is only with this single app. I think some source files may be corrupted and tried restoring. that doesn't help either.
Please let me know if you want to see the app.
Thanks & Regards
Don