-
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
Horizontal ion-scroll not scrollable when draggable side-menu #1725
Comments
Hey @KillerCodeMonkey, thanks for the example. I think you're on the right track with the directive approach. How common is this issue? I'd like to open it up to discussion to see if there's enough demand to add it to the core. |
Since the latest commit, when using the nightly build, you should finally be able to achieve this. Use the new http://ionicframework.com/docs/nightly/api/directive/ionSideMenuContent/ |
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. |
hey guys,
i have a simple page with a side-menu and in the content area a ion-scroll container.
The ion-scroll should scroll only on the x-axis.
The problem is:
Scrolling does not work.
If i disable dragging -> it is fine.
But i wanna have both functionalities.
My current solution is an own directive, that listening on touchstart and touchend and sets $ionicSideMenuDelegate.canDragContent(false/true) on the fly.
Greets, bengtler
forum thread:
http://forum.ionicframework.com/t/ion-scroll-not-scrollable-when-draggable-side-menu/6361
Codepen:
http://codepen.io/mhartington/pen/ilycn
The text was updated successfully, but these errors were encountered: