google / cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android.
Apache License 2.0
117 stars 147 forks source link

Can not fallback to Chrome when there is an issue with the default browser #28

Open HichamBI opened 6 years ago

HichamBI commented 6 years ago

Hello,

I've a strange behavior when I play with the demo app :

I've 'CM browser' as default browser on my phone (I think CM browser didn't implement BrowserTabs), when I try to open an Url inside a browserTab, my app failed.

I've no issue when the default browser is Chrome or Firefox.

It's a correct behavior ? There is any way to fallback to chrome if there is an issue with the default browser ?

Thanks for you help.

Best regards.