Lincoln Baxter, III
Lincoln Baxter, III
@benmarsh Oh...my...god. You are a **life-saver**. This has been a thorn in my side for months. It's interesting to me that the transition basically works, but that something in the...
@liamdebeasi one thing I'm noticing in this commented out animation code is that there's a querySelector for `.querySelector(':scope .ion-page')`. Is it possible this matches incorrect elements when multiple .ion-pages exist/are...
Import Config: import { Config, IonMenu, ModalController, Platform } from "@ionic/angular"; constructor(private config: Config) {} And then just: await this.platform.ready(); if (this.platform.is('mobile') && this.platform.is('ios')) { this.config.set('navAnimation', simpleTransitionAnimation); }
Yes! Thanks, sorry I forgot to include that.