Vinay
Vinay

Reputation: 89

All previous Mobile Views are visible in Worklight Android Application for Samsung devices with OS version higher the 4.1.x

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

Upvotes: 0

Views: 74

Answers (2)

Vinay
Vinay

Reputation: 89

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

Upvotes: 0

Joshua Alger
Joshua Alger

Reputation: 2132

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

Upvotes: 1

Related Questions