maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

@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)?

axel0681
Posts: 0
Joined: Thu May 10, 2012 7:56 am

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

Can you share the app test link with us?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

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

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!!!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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');

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

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

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...

John Rambelle
Posts: 0
Joined: Tue Oct 16, 2012 7:54 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

Return to “Issues”