fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 168 forks source link

Fix unwanted scroll when coming back to the app. #247

Closed HugoSay closed 2 years ago

HugoSay commented 2 years ago

Replace recovery from going to background from onDragGestureEnded to onDragCancelled

This commit fixes an issue with iPhone X (and later) devices. Leaving the app with the native gesture would trigger a page change coming back to the foreground.