Skip to content
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

Closed
gouegd opened this issue Aug 25, 2014 · 4 comments
Closed

bug: Side menu edge-drag-threshold always on the left #2081

gouegd opened this issue Aug 25, 2014 · 4 comments
Assignees

Comments

@gouegd
Copy link

gouegd commented Aug 25, 2014

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).

@gouegd
Copy link
Author

gouegd commented Aug 25, 2014

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>

@mhartington
Copy link
Contributor

Confirmed here

@mhartington
Copy link
Contributor

Going to pass this to @perrygovier so he can take a look at it

@perrygovier perrygovier removed the needs: reply the issue needs a response from the user label Sep 17, 2014
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants