ohh2ahh / AppAvailability

This Cordova / PhoneGap plugin allows you to check if an app is installed.
229 stars 116 forks source link

Not working on iOs with AngularJS #60

Open Slandais opened 5 years ago

Slandais commented 5 years ago

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 ?

eduboxgithub commented 5 years ago

Same problem here, any solution?

WuglyakBolgoink commented 4 years ago

Hallo @eduboxgithub @Slandais any fix? or u use another plugins?

jeffmitaly commented 3 years ago

I am seeing the same issue

slandais-a5sys commented 3 years ago

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