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

Passing background color dynamically. #25

Open pbijvani opened 6 years ago

pbijvani commented 6 years ago

hello, Is there a way to pass background color dynamically while calling cordova.plugins.browsertab.openUrl() instead hard coding at plugin install time?

Also, I am using phonegap build to compile apk/ipa and there is no way to provide a parameter to plugin configuration in phonegap build.

pbijvani commented 6 years ago

anybody?

aszmyd commented 6 years ago

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

TheAngularGuy commented 6 years ago

Thx aszmyd