Open Slandais opened 5 years ago
Same problem here, any solution?
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
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 ?