We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This plugin no longer works on iOS 18. Presumably because it's using the deprecated openUrl API instead of the new open API.
openUrl
open
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:
Any update on this issue? Is there any release planned for the fix in the PR? (#42 )
Sorry, something went wrong.
@sarika01 Could you have a look? I have a PR ready with a fix.
@sarika01 Could you kindly review the PR(#42) and merge it asap.
Successfully merging a pull request may close this issue.
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: