Hi everyone,
I’m fairly new to Ionic an AngularJS which makes a few things a bit of cumbersome. I’d like to use a side menu and within the content use swipe gestures on a card element to update it’s content.
Here’s a basic example:
Is there any way to prevent any other gestures, such as the ones from side menu? drag-content=false doesn’t seem to work, or maybe I’m applying it to the wrong element?