Hello, I’m trying to find a easy way to disable split panes in Ionic 4 programmatically from another component. My split pane resides in my app.component.html but I would like to disable it (just like in
<ion-split-pane contentId="outlet" disabled="true></ion-split-pane>
) from my auth page. Since I intend to keep the hamburger icon, I dispense solutions that disable the entire menu through MenuController .
I’ve searched for a splitpane controller but there seems to be none.
Is there any insight on this matter?
Tks