How to disable the slide action to open the left side menu on in AppFramework UI? I don't want the menu to open when slide the finger left to right on the screen.
Asked
Active
Viewed 944 times
2 Answers
2
Was not difficult after all. Just don't include the javascript plugin af.slidemenu.js.
Another option is set: $.ui.slideSideMenu = false;

Guillermo Gutiérrez
- 17,273
- 17
- 89
- 116
-
That is not working. And I don´t have the plugin included. – Francisco Corrales Morales Jul 09 '15 at 15:28
2
To disable slideSide feature, set $.ui.slideSideMenu=false
or data-nav="none"
in your required panel.

Praveen Poonia
- 745
- 10
- 18