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
If you have an ion-split-pane tabbed PWA and place another ion-split-pane on a tab, the Menu and the main ion-split-pane are messed up.
Steps to Reproduce
Steps to reproduce the behavior:
Create a tabs project from the iconic v4 templates
Place a ion-split-pane with menu on app.component.html
Place a ion-split-pane on any tab.
Resize the browser and the menu is messed up.
Expected Behavior
Resizing the browser should have the menu disappear and reappear appropriately.