Swiping causes elements/objects to be dragged around rather than scroll

I’ve got a Capacitor-built app that I’m working on and when my testers touch and drag, rather than scrolling the area, it tries to pick up the HTML element that was touched to start and acts like it’s drag-n-dropping it where none exists. There is drag-n-drop in one part of the system, but this is happening almost everywhere. Not sure how to identify the source of the issue, or where it does or doesn’t take place. Has anyone ever seen this? How did you address it? I’m running on @capacitor/core 6.2.0.

Review your code to ensure that only intended elements have drag-and-drop functionality enabled. Additionally, verify that touch events are properly managed to distinguish between scrolling and dragging actions. This approach can help prevent elements from being dragged during standard swipe gestures.