I have a two page document, a start page and a secondary page.
One the start page, all button operations work. Specifically, page navigation and opening a popup.
However on the second page; none of the buttons work.
I used the weinre debugger and my conclusion is that the buttons do work, however the events that they trigger do not. For example running Apperio.navigateTo('FirstPage') does not work on the second page but Apperyio.navigateTo('SecondPage') does work on the first page.
I have tried various settings and even changing the backend libraries.
I have also tried 'Multi- Page Jquery template' on and off.
All functionality however does work in test browser. Only on an Android tablet and iOS ipad are the functions broke. However, these are the two platforms which I require it work on.
Any help would be very appreciated.