-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open/Close Menu #1
Comments
Me too, The codes in https://github.com/wnielson/sencha-SlideView/blob/master/app/view/Main.js Ext.defer(slideview.closeContainer, 200, slideview); I can understand how the container can be closed programmatically but it works only after opening the menu by drag and drop, the opened event in the controller doesn't fire when I use this way first but after opening the menu by drag and drop then it seems it is activated and it can be manipulated programmatically If this great fb style navigation provides the way of opening and closing the menu programmatically, or not it will be great if it can be modified thanks a lot! |
I'd also be interested to learn how to add the title bar icon back to toggle the navigation. |
I tried this plugin for a long time and struggled with the slide / tap to open. In the end I went with my own version that does NOT open slide, only on button press. (https://github.com/jforaker/ST2-SlideNavigation) |
Would love to see open/close button working.
I can see that on facebook the menubutton is not "pressed" but any click on the container will close the menu.
The text was updated successfully, but these errors were encountered: