-
Notifications
You must be signed in to change notification settings - Fork 50
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
Does not work on iOS 18 #41
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin no longer works on iOS 18.
Presumably because it's using the deprecated
openUrl
API instead of the newopen
API.See:
https://developer.apple.com/documentation/uikit/uiapplication/1622961-openurl
https://developer.apple.com/documentation/uikit/uiapplication/1648685-open
https://keyboardkit.com/blog/2024/09/11/ios18-breaks-selector-based-url-opening
The text was updated successfully, but these errors were encountered: