0

I'm using dojo performTransition to switch between views and it is working fine all the devices except Samsung devices with Os version higher than 4.1.x

Transition is working but all the previous and next view are visible and I'm able to see all the screens that I navigate from on the screen by swapping the screen

Vinay
  • 89
  • 6
  • Do you reproduce with one of the dojox/mobile testscase ? Also, which device (modele + Android version) exactly ? – Patrick Ruzand Feb 28 '14 at 08:42
  • I'm trying that now with dojox/mobile testcase. It is occuring in all Samsung mobile having Os version 4.1.x and above – Vinay Feb 28 '14 at 10:46

2 Answers2

1

Please look at the following dojo defect:

Transition issue on some Android 4.1.x devices: https://bugs.dojotoolkit.org/ticket/17164

As well as this previous post that may help you based on Ken's and Idan's suggestions:

IBM Worklight 6.0 - Dojo application doesn't work on Samsung Galaxy S3

Community
  • 1
  • 1
Joshua Alger
  • 2,122
  • 1
  • 14
  • 25
  • Issue here is transitions are working but all the navigated screens are still visible by swaping the screen. I applied above fix but didn't work. – Vinay Feb 28 '14 at 08:41
0

manually hiding and showing screens using css display 'block' and 'none' after transition is finished worked for me.

Vinay
  • 89
  • 6