I’m trying to get the “ion-side-menus” and “ion-scroll” working together but that’s quite a challenge. I started with this example from codepen http://codepen.io/anon/pen/daAyx for the “ion-scroll” in a list (as we can see in the app store). However when I add the “ion-side-menus” the “ion-scroll” won’t scroll but ion-side-menus works fine.
I’m stuck right now. Is someone succeed to run both of those directives together ?
I think you need to give up on having a swipe to pull out side menu and a horizontal scroll functionality on the same page.
I would suggest that for the page you need horizontal scrolling on, you disable the swipe to open side menu. So, all other pages can “swipe” to open the side menu, but this page would not swipe to open the side menu.
That’s what I thought. However even when I add drag-content=“false” to the “ion-pane ion-side-menu-content” the horizontal scroll won’t scroll neither.
Hi,
I took a look at the codepen http://codepen.io/anon/pen/daAyx, and notice that for the horizontal scroll, the left mouse button could not drag it, but right mouse button can.
And for vertical scroll on the list, the left mouse button can drag it.
Deploying the example to iPad, we found that we can’t drag the horizontal scroll, but we can drag the vertical scroll on the list.
We hope the horizontal scroll can work on iPad, but it can’t. Hope there is a solution for this.