Is it a known issue that slide animation doesn't work on android devices? I have a samsung galaxy device running android 4.0.4. It works fine in Chrome but not on my device. When I view the sencha touch kitchen sink demos, the slide is not working either, so I don't believe it's my code.
Here's the code I'm using:
Ext.Viewport.animateActiveItem(1, {type: 'slide', direction: 'left'});