Hello everyone.
I set up my project to look the same on iOS and Android devices by adding mode: 'ios'
to app.module.ts: IonicModule.forRoot({ mode: 'ios' })
. That works great but one thing I would like to remove from Android is these iOS pages transition animations. Is it possible somehow to keep Android animations for Android devices only with this configuration?
Thanks in advance.