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

SafariURLHandler presents SFSafariViewController without keyboard #666

Open
5 of 20 tasks
hermiteer opened this issue Jun 19, 2021 · 1 comment
Open
5 of 20 tasks

Comments

@hermiteer
Copy link

hermiteer commented Jun 19, 2021

Description:

SafariURLHandler presents SFSafariViewController without keyboard, making it impossible to type a password in to complete the OAuth flow on Twitch.

OAuth Provider? (Twitter, Github, ..):

Twitch

OAuth Version:

  • Version 1
  • Version 2

OS (Please fill the version) :

  • iOS :
  • OSX :
  • TVOS :
  • WatchOS :

Installation method:

  • Carthage
  • CocoaPods
  • Swift Package Manager
  • Manually

Library version:

  • head
  • v2.1.0
  • v2.0.0
  • v1.4.1
  • other: (Please fill in the version you are using.)
    2.1.2

Xcode version:

  • 11.4 (Swift 5.2)

  • 11.x (Swift 5.1)

  • 10.x (Swift 5.0)

  • other: (Please fill in the version you are using.)
    Xcode 12.5

  • objective c

@phimage
Copy link
Member

phimage commented Jun 19, 2021

any reason to not pass to ASWebAuthenticationSession ?

then you could edit the code to see if you find a fix
there is also a factory field to customise the instance

return SFSafariViewController(url: URL)

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

2 participants