You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bvirlet
changed the title
[iOS 13] When user use swipe-to-dismiss, they cannot login again
[iOS 13] When user use swipe-down-to-dismiss, they cannot login again
Jun 15, 2020
Repro steps
ENSession.shared.authenticate(with:preferRegistration:completion:)
)This issue is affecting our app Genius Scan.
Easy fix
The problem is due to this new "swipe down to dismiss" gesture on modal view controllers.
https://stackoverflow.com/questions/56459329/disable-the-interactive-dismissal-of-presented-view-controller-in-ios-13
The text was updated successfully, but these errors were encountered: