GTSheet icon indicating copy to clipboard operation
GTSheet copied to clipboard

Swipe issue

Open karthiikmk opened this issue 4 years ago • 6 comments

When we swipe the sheet little bit, then try to tap in the overlay to dismiss, that is not happening in ios 13

karthiikmk avatar Aug 16 '19 08:08 karthiikmk

Facing the very same issue.

hassaan4584 avatar Aug 29 '19 12:08 hassaan4584

its lead to frozing the app for me

karthiikmk avatar Aug 29 '19 13:08 karthiikmk

Same issue here. It's very frustrating because it essentially bricks the app. Would love a fix asap, so we don't have to pull the library from our app.

joshhensley avatar Oct 02 '19 01:10 joshhensley

@mattbanach Any thoughts on this? I've dug around, but haven't pinpointed the root of this. Any chance this is introduced with changes to fix iOS 13 in #20 ? Any help here would be appreciated.

joshhensley avatar Oct 15 '19 21:10 joshhensley

Facing the same issue in earlier version too

hegdesushant07 avatar Dec 03 '19 13:12 hegdesushant07

Hi there, what we have done (as a temporary fix) is "finish()" the animation on swiping down instead of "cancel()" In my version I had to do it on line 105 of PresentationManager.swift file.

  • attached is a screenshot.
GTSheet

hassaan4584 avatar Dec 03 '19 15:12 hassaan4584