I am new to angularjs and am creating an app for the first time in angularjs using an ionic structure. I created an ionic application using the following command:
$ ionic start myApp sidemenu
The application was created correctly if the left menu is saved under the sliding one, therefore the main view of the slides is on the right of the pressed menu button. Sliding works when the main view is dragged using gestures or the mouse pointer.
I want to disable drag and drop to the right to open the side menu. The side menu should only be opened by pressing the menu button and can be closed using the menu key or scrolling in the left direction or by dragging the mouse in the left direction.
source
share