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,
I use appAvailability with AngularJS. My code works on Android but doesn't on iOs.
On iOs I don't see the both alerts launch by the two call back
appAvailability.check( scheme, function () { // Success callback alert('ok'); }, function () { // Error callback alert('ko'); } );
If I put a alert() inside the Javascript check() function of the plugin, this alert() is launch. So I think the plugin is correctly installed.
Any ideas ?
The text was updated successfully, but these errors were encountered:
Same problem here, any solution?
Sorry, something went wrong.
Hallo @eduboxgithub @Slandais any fix? or u use another plugins?
I am seeing the same issue
I don't remeber if we resolve this issue in particular, but we resolve some issues by updating Cordova.
We also use universal link/deep link for our similar usage : cordova-universal-links-plugin
No branches or pull requests
Hi,
I use appAvailability with AngularJS. My code works on Android but doesn't on iOs.
On iOs I don't see the both alerts launch by the two call back
appAvailability.check(
scheme,
function () { // Success callback
alert('ok');
},
function () { // Error callback
alert('ko');
}
);
If I put a alert() inside the Javascript check() function of the plugin, this alert() is launch. So I think the plugin is correctly installed.
Any ideas ?
The text was updated successfully, but these errors were encountered: