Page 1 of 2
Application "jumps" and is not stable - when tested on android device
Posted: Fri May 04, 2012 9:36 pm
by serge
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!
Application "jumps" and is not stable - when tested on android device
Posted: Fri May 04, 2012 11:19 pm
by maxkatz
Does this happen when you run the app as native or also as mobile web..?
Is there a particular page transition where this happens?
Application "jumps" and is not stable - when tested on android device
Posted: Fri May 04, 2012 11:24 pm
by serge
its mobile app, and it happens when i run it from both iphone and android devices. native and web...
there is no particular page/transition, it happens randomly. you click on one of the buttons and it goes to the wrong page b4 it get to the right. or it end up going through several pages and ends up on the wrong...
thank you
Application "jumps" and is not stable - when tested on android device
Posted: Fri May 04, 2012 11:31 pm
by maxkatz
I'll ask our team to test, but it's probably jQuery Mobile. We are upgrading to version 1.1 in two weeks, it should be much better.
Application "jumps" and is not stable - when tested on android device
Posted: Fri May 04, 2012 11:44 pm
by serge
thank you for testing.
if i upload the JQueryMobile1.1 files would it be the same as you upgrade?
Application "jumps" and is not stable - when tested on android device
Posted: Sun May 06, 2012 11:44 pm
by maxkatz
Upload jQuery Mobile where..?
Application "jumps" and is not stable - when tested on android device
Posted: Sun May 06, 2012 11:51 pm
by serge
"Upload jQuery Mobile where..?"
by creating a custom javascript file...
one more thing regarding the page jumps. when i set the use full screen refresh it stops jumping pages but then there are no transitions. also i've noticed the tiggzi generates html file for each screen it crates ... why not single html file?
also no option to change the id of each page?
Application "jumps" and is not stable - when tested on android device
Posted: Mon May 07, 2012 1:20 pm
by JamesZawacki
My app is very unstable as well when transitioning. I thought it had something to do with the navbar, but I tested it on buttons, and sure enough it still jumps all over the place. I'll continue to tweak things and see what I find.
Application "jumps" and is not stable - when tested on android device
Posted: Mon May 07, 2012 2:12 pm
by maxkatz
Can you tell us what exactly jumps? If you are referring to the header that moves as you scroll - that's how the current jQuery Mobile version works. In version 1.1 the header can be fixed (will be in Tiggzi in 1 week).
Application "jumps" and is not stable - when tested on android device
Posted: Tue May 08, 2012 8:18 pm
by maxkatz
Support for putting pages into single file is coming soon.