c-villain / SwipeActions

Swipe actions for any view, swipe menu based on SwiftUI, full swiping and RTL languages supporting, iOS 13+, add your own views to swipes
https://t.me/swiftui_dev
MIT License
234 stars 27 forks source link

horizontal swipe detection too sensitive on iOS 18 #35

Closed mike-dydx closed 1 month ago

mike-dydx commented 1 month ago

run example project in iOS 18 simulator, witness it is hard to scroll vertically. Horizontal gesture detection seems to have changed priority in iOS 18

c-villain commented 1 month ago

run example project in iOS 18 simulator, witness it is hard to scroll vertically. Horizontal gesture detection seems to have changed priority in iOS 18

Thanks for ur feedback! What example exactly in the demo project?

ankitpanchotiya99138 commented 1 month ago

Same problem with me on Vertical scroll. hard to scroll.

If I click on cell item view and go another view and click on back, after that try to scroll but it's hard to scroll.

c-villain commented 1 month ago

@mike-dydx @ankitpanchotiya99138 yeap, confirmed. I'll fix it soon

c-villain commented 1 month ago

use modifier swipeSensitive to control this sensitive or minimal distance for dragging