Open lampofdrog opened 7 years ago
I'm having same ploblem in iOS 11.
same here
@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 }
})
})
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
here is my development environment