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

Add support for `CUSTOM_TAB_COLOR_RGB` parameter to customize browser tab background (only Android supported at the moment) #22

Closed aszmyd closed 6 years ago

aszmyd commented 6 years ago
aszmyd commented 6 years ago

I already signed Google CLA

aszmyd commented 6 years ago

Thanks @iainmcgin ! Do you have a plan when it'll be released to npm registry? Unfortunately because plugin is inside plugin folder this one cannot be installed to cordova app from github itself

pbijvani commented 6 years ago

Is this version release? I dont see version 0.2.1 in the release page.

aszmyd commented 6 years ago

@pbijvani its not. In our project, we've switched to other great plugin https://www.npmjs.com/package/cordova-plugin-browsertab-themeable that allows to same customization but during method call, not on plugin install so its more dynamic + it supports iOS theming also.

pbijvani commented 6 years ago

@aszmyd do you mean this plugin?

https://www.npmjs.com/package/cordova-plugin-browsertab-themeable

aszmyd commented 6 years ago

@pbijvani yes