After coming across the solution to this particular question, I found the accepted answer quite helpful. However, I noticed that it disabled the swipe to close gesture as well.
Is there a way to only disable the swipe gesture for opening the menu, while keeping it active for closing the menu? I feel that having both functionalities would make the user experience more seamless. Unfortunately, my search through the Ionic documentation has not yielded any results on this specific matter.
<ion-menu [content]="content" [swipeEnabled]="false">...</ion-menu>