-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Side menu edge-drag-threshold always on the left #2081
Comments
Sample code with a side menu on the right. The draggable area will be on the 25 leftmost pixels on the left of the central content. <ion-side-menus>
<!-- Center content -->
<ion-side-menu-content ng-controller="ContentCtrl" edge-drag-threshold="true">
Some content for the main view here...
</ion-side-menu-content>
<!-- Right menu -->
<ion-side-menu side="right">
some content for the right menu here...
</ion-side-menu>
</ion-side-menus> |
Confirmed here |
Going to pass this to @perrygovier so he can take a look at it |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: bug
Platform: all
When using a ion-side-menu-content with edge-drag-threshold="true", the side menu can be dragged when dragging from the left of the screen, regardless of the side used for ion-side-menu.
This means we can have a side menu on the right, but it can only be dragged from an area close to the left (and with a left swipe).
The text was updated successfully, but these errors were encountered: