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
Hi, Thanks for the wonderful system!
I just have one issue... I have suceeded on using your system as below, for checking the twitter app.
However, even i uninstalled the twitter app in my iphone, it also returns success. Please let me know how i can solve this isssue
The text was updated successfully, but these errors were encountered:
Hi, I also faced the same issue. I had to create my own plugin for achieving this scenario. Here is the URL for my ios plugin: https://github.com/champikamendis/cordova-plugin-check-installed-apps Hope this may help. Thanks
Sorry, something went wrong.
No branches or pull requests
Hi, Thanks for the wonderful system!
I just have one issue...
I have suceeded on using your system as below, for checking the twitter app.
However, even i uninstalled the twitter app in my iphone, it also returns success.
◆iphone 14 pro ◆ios 16.3 ◆Using AppAvailability cordova app 0.4.2 ◆ Code: ``` appAvailability.check( 'twitter://', // URI Scheme function() { // Success callback console.log('Twitter is available'); }, function() { // Error callback console.log('Twitter is not available'); } ); ```Please let me know how i can solve this isssue
The text was updated successfully, but these errors were encountered: