Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS 13] When user use swipe-down-to-dismiss, they cannot login again #174

Open
bvirlet opened this issue Jun 15, 2020 · 0 comments
Open

Comments

@bvirlet
Copy link

bvirlet commented Jun 15, 2020

Repro steps

  • Try to login with Evernote (ENSession.shared.authenticate(with:preferRegistration:completion:))
  • A login view controller is presented by the Evernote SDK
  • Swipe down to dismiss this screen
  • Try to log in again
  • Observe error

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

@bvirlet 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant