Remove page transitions only for android

Hi, is it possible to remove the page transitions only for android? When I try to remove the animation="…" from the ion-nav-bar in /platforms/android/index.html the transitions are still there…

Is easy, I use for Android this:

<ion-nav-bar class="bar-stable" animation="none">

and

<ion-nav-view animation="none"></ion-nav-view>

Bye!!

1 Like

Thanks, I was using animation=“no animation” which did nothing… This worked