Blocking swipe actions on mobile

I created a calendar with datacorejsx and a new event modal. On mobile the modal gets rolled up from the bottom and has also a switchable button.

The problem is that when I use swipe gestures to interact with it they also trigger the command palette and side bars, is there a way to deactivate ordinary swipe interactions temporally?

I appreciate your suggestions.

Try adding data-ignore-swipe attribute to your HTML element

Thanks, it worked!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.