Hello, I’ve recently upgraded to Ionic 6 and have to have a scrollable area inside of the sheet modal. I don’t have a working example I can share but in the Ionic example component I basically have this highlighted section scrolling within my modal:
The problem is, when I scroll on my emulator, the “drag” event that moves the sheet modal up and down is also activated. So as I scroll the content up or down, the modal itself also moves up and down a bit.
Is there any way to disable the drag events when scrolling interior content in the sheet modal? Or restrict the drag events to just the handle?
I tried canDismiss in my modal controller but that really only keeps it from closing, I can still drag up to the final breakpoint while I’m just scrolling the content.
Any help would be greatly appreciated, thanks!