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 17] Fix navigation to safari not working when keyboard is visible #41

Commits on Jun 15, 2023

  1. [iOS 17] Fix navigation to safari not working when keyboard is visible

    iOS 17 adds SwiftUI.UIKitKeyPressResponder to responder chain between inserted UIView and first UIViewController which is neither an UIView or UIViewController. This causes the search for UIViewController to fail.
    Tunous committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cfa7f03 View commit details
    Browse the repository at this point in the history