Page 2 of 2

Application "jumps" and is not stable - when tested on android device

Posted: Tue May 08, 2012 8:19 pm
by maxkatz

I tested your app on Android 2.3.5, in Dolphin HD browser - it seems to work fine. I did notice some very minor jumps but that' pretty much how the current jQuery Mobile version works. The other "jumping" is occurring when the page is loaded and the address bar is being hidden.

We are upgrading to jQuery Mobile 1.1 in about one week...it should be much better.

Lastly, there is also custom CSS in the app, test if it works any better without it.


Application "jumps" and is not stable - when tested on android device

Posted: Wed May 09, 2012 4:19 am
by maxkatz

@serge: The UI in your app is very nice. Would you be interested to include your app in our Showcase (we are going to relaunch it soon)?


Application "jumps" and is not stable - when tested on android device

Posted: Thu May 10, 2012 7:56 am
by axel0681

Same Problem here. If i klick the first menu Button it jumps to next mobilescreen and clicks the next button too . If i make one klick it make 2 sometime 3 klicks in next screen. I use it with my Android Galaxy s2.


Application "jumps" and is not stable - when tested on android device

Posted: Thu May 10, 2012 12:17 pm
by maxkatz

Can you share the app test link with us?


Application "jumps" and is not stable - when tested on android device

Posted: Mon May 21, 2012 6:08 pm
by maxkatz

@serge: is this still happening? On a different note, would it be possible to use your app in our app showcase?


Application "jumps" and is not stable - when tested on android device

Posted: Mon Jun 25, 2012 8:56 pm
by Emmz

Screen Flicker is Nasty on Android Devices ! But... Here's a simple fix !
Tiggr.navigateTo('Screen you wan to go to');
ie. Events/Add Action/ Custom Java Script/ enter Tiggr.navigateTo('Screen2');
Dont use the Events/Action/ Navigate to Page .
I came across this by fluke and My flicker is gone changing screens!!!


Application "jumps" and is not stable - when tested on android device

Posted: Mon Jun 25, 2012 9:34 pm
by maxkatz

Glad it's working better this way.

If you look at the generate code, when you use Navigate to Page, the same code is used: Tiggr.navigateTo('page');


Application "jumps" and is not stable - when tested on android device

Posted: Mon Aug 13, 2012 5:43 pm
by Emmz

Final Conclusion with Android Screen Flicker...
Tested on Android 2.3.2 to .5 Droid, Galaxy 2, Galaxy w.
Use Click Function. Custom JS..
codeTiggzi.navigateTo('ScreenToGoto',{ transition: "none"}) /code

Im using single page template.
Also ! The Header back button uses the same transition in history. So All is nice and smooth.

I tried every other method and ended up with flicker...


Application "jumps" and is not stable - when tested on android device

Posted: Tue Oct 16, 2012 7:54 pm
by John Rambelle

yes, but doesn't this mean that you cannot do ANY transitions? That doesn't seem like a great solution to me...


Application "jumps" and is not stable - when tested on android device

Posted: Tue Oct 16, 2012 9:01 pm
by maxkatz

Agree.. but it's outside of our control.. it's jQuery Mobile and Android.