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

Question about hidding the URL bar #12

Closed danielsawan closed 7 years ago

danielsawan commented 7 years ago

Hi :)

I was wondering if it is possible to send options to the browser tab like in InAppBrowser for exemple to hide the URL bar etc.

Thanks.

WilliamDenniss commented 7 years ago

No, it's not possible, as in-app browser tabs (Chrome Custom Tab on Android, and SFSafariViewController on iOS) don't support such an option.

danielsawan commented 7 years ago

Ok that's what i was thinking. Thanks for the reply !