@mathm3 wrote:
Hi!
I am having problems with the toggle menu of Ionic 4. It takes a delay between 1 and 2 seconds to open the side menu when I press the icon.
The menu is in the app.component and I’m using the following code to display the toggle in the app pages:
<ion-menu-toggle> <ion-button> <ion-icon slot="icon-only" name="menu"></ion-icon> </ion-button> </ion-menu-toggle>
Am I doing something wrong, is there really a problem or what can I do to improve this time?
Maybe I should not call the toggle on every page or remove pages from the stack?
Thank you!Node: 10.15.1
Angular: 7.3.3
Ionic: 4.10.3
Cordova: 8.1.2
Posts: 4
Participants: 2