I have an ionic-content element with scrolling enabled, with my own customized list of items. I want to enable users to drag each item to the left or to the right. The problem is that while dragging an item, the view also scroll vertically. How can I prevent such problem ?
Unfortunately this disables dragging as well. My problem:
I have a content div that is only visible with 100px at the bottom of the page. The user can then drag the view up to fill the whole screen. Only when the view is then dragged up to fill the screen, the scrolling should be enabled.