Skip to main content

Posts

Showing posts from August, 2021

Autohide the menu bar by default in Ionic app

By default in Ionic  framework when the application is run from a browser in a big screen side menu will be always in open status and we will not see the menu icon to close the menu, to change this behavior so that by default the menu is collapsed and it is visible only when the user clicks on the menu icon below settings is helpful Set ion-split-pane disabled property to true   < ion-split-pane   contentId = "main-content"   disabled = "true" >