apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.12k stars 2.15k forks source link

Doesn't work properly on Android without cordova-plugin-whitelist #448

Open yjukaku opened 5 years ago

yjukaku commented 5 years ago

Bug Report

Problem

What is expected to happen?

Plugin opens system browser when invoked, whether or not cordova-plugin-whitelist is installed.

What does actually happen?

On Android, plugin doesn't open system browser unless cordova-plugin-whitelist is installed. There are no relevant error messages nor anything in the docs to show this dependency. The docs seem to say that the system browser can be opened regardless of whether cordova-plugin-whitelist is installed or not.

Environment, Platform, Device

Android, Pixel 2 running Android 9

Version information

Cordova:
   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : android 8.0.0, ios 5.0.0
   Cordova Plugins       
     cordova-plugin-inappbrowser 3.0.0 "InAppBrowser"
     cordova-plugin-ionic-webview 4.0.0 "cordova-plugin-ionic-webview"
     cordova-plugin-splashscreen 5.0.2 "Splashscreen"
     cordova-plugin-statusbar 2.4.2 "StatusBar"
     cordova-plugin-whitelist 1.3.3 "Whitelist"

Checklist

rubenstolk commented 5 years ago

Nice, this issue wasted us an afternoon...