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

[Help] appAvailability plugin is not installed #41

Open
lampofdrog opened this issue Jul 27, 2017 · 3 comments
Open

[Help] appAvailability plugin is not installed #41

lampofdrog opened this issue Jul 27, 2017 · 3 comments

Comments

@lampofdrog
Copy link

Hi,

I can't use this plugin with ionic 2, the twitter app is already installed in the device

this is the error or warning message
screen shot 2017-07-27 at 18 06 25

here is my development environment
screen shot 2017-07-27 at 18 12 59
screen shot 2017-07-27 at 18 13 35

@kotran88
Copy link

I'm having same ploblem in iOS 11.

@JefferyLiang
Copy link

same here

@JefferyLiang
Copy link

@lampofdrog

I miss this problem same you, and I resolve it.

if you use the ionic, you must check when the platform ready.

this.platform.ready().then(() => {
    this.appAvailability.check('twitter://')
        .then(() => {
            (yes: boolean) => { // do something },
            (no: boolean) => { // do something }
        })
})

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

3 participants