hi!
I have a simple app with bottom navBar 4 buttons, 5 pages, some images, google maps.. when i test it on my samsung galaxy II click on the buttons on the navBar makes it sometime go crazy and jump from page to page. I run into this problem several time with different projects that i've created. I've tested using both the Tiggzi tester and by exporting an apk file and installing it directly on the device.
on both occasions it looks like there is some kind of a bug.
Is it happened to anyone? can it be fixed?
also same app - my bottom navBar which is inside a footer jumps along the way when pages are switched. Applying jQuery
$( ".ui-footer-fixed" ).fixedToolbar( "updatePosition" );
$(".footer").attr("data-id" , "myfooter");
doesn't seem to help.....
http://tiggzi.com/view/e0b037ca-849a-...
thank you!