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

isAvailable is false #38

Open
Sireini opened this issue Mar 28, 2020 · 0 comments
Open

isAvailable is false #38

Sireini opened this issue Mar 28, 2020 · 0 comments

Comments

@Sireini
Copy link

Sireini commented Mar 28, 2020

In most of the cases the browserTabs work perfectly, but I tested it on multiple devices and than its shows me that its not available.

What to do with this issue?

This is the piece of code I use:

openBrowserTab(url: string) { console.log('URL: ', url); this.browserTab.isAvailable().then(isAvailable => { console.log('openBrowserTab isAvailable', isAvailable); if (isAvailable) { this.browserTab.openUrl(url).then(() => this.cd.detectChanges()); } else { // open URL with InAppBrowser instead or SafariViewController console.log('openBrowserTab isNotAvailable', isAvailable); } }); }

Ionic info:

Ionic:

ionic (Ionic CLI) : 4.12.0 (C:\Users\USER\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.7.0
@angular-devkit/build-angular : 0.900.2
@angular-devkit/schematics : 9.0.2
@angular/cli : 9.0.0
@ionic/angular-toolkit : 2.0.0

Cordova:

cordova (Cordova CLI) : 9.0.0 ([email protected])
Cordova Platforms : android 8.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 3.1.2, (and 28 other plugins)

System:

NodeJS : v13.7.0 (C:\Program Files\nodejs\node.exe)
npm : 6.13.7
OS : Windows 10

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

1 participant