You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
In a ion-split-pane if you have the ion-menu property side="end" , the menu always stays to the left of the screen when the ion-split-pane is expanded.
Steps to Reproduce
Create ionic v4 sidemenu app with the ionic template and set side="end" on the ion-menu.
Expected Behavior
The ion-menu should always show on the right side given any size of the ion-split-pane.
Additional Context
I can accomplish this with Ionic v3 with side="right"
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
ionic (Ionic CLI) : 4.0.2 (C:\Users\admin\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.0
@angular-devkit/core : 0.7.2
@angular-devkit/schematics : 0.7.2
@angular/cli : 6.0.8
@ionic/ng-toolkit : 1.0.0
@ionic/schematics-angular : 1.0.1
Describe the Bug
In a ion-split-pane if you have the ion-menu property side="end" , the menu always stays to the left of the screen when the ion-split-pane is expanded.
Steps to Reproduce
Create ionic v4 sidemenu app with the ionic template and set side="end" on the ion-menu.
Expected Behavior
The ion-menu should always show on the right side given any size of the ion-split-pane.
Additional Context
I can accomplish this with Ionic v3 with side="right"
The text was updated successfully, but these errors were encountered: