Skip to content
New issue

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

Not working on iOs with AngularJS #60

Open
Slandais opened this issue Sep 17, 2019 · 4 comments
Open

Not working on iOs with AngularJS #60

Slandais opened this issue Sep 17, 2019 · 4 comments

Comments

@Slandais
Copy link

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
Copy link

Same problem here, any solution?

@WuglyakBolgoink
Copy link

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

@jeffmitaly
Copy link

I am seeing the same issue

@slandais-a5sys
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants