Huge delay switching tabs in Android (when transition animations are enabled)

I’m building a 4 tab application using Ionic, and compiling for Android using ‘ionic run android’.

If I disable transition animations using

$ionicConfigProvider.views.transition('none');

it runs fine. However, using the default transition animations on Android, it takes about 10 seconds to switch from a tab with multiple slideboxes, to a tab with an 11 item scrolling list.

Using Chrome Dev Tools, it looks get it gets caught in some kind of loop:

Thanks for your help!

1 Like