ionic-team / capacitor-os-inappbrowser

1 stars 1 forks source link

Support `toolbarColor` #31

Open aeharding opened 2 weeks ago

aeharding commented 2 weeks ago

@capacitor/browser has toolbarColor. This is nice so you can set the color so it matches your app's theme. I would really like it to also be supported in @capacitor/inappbrowser

Thanks for the great plugin!

dontwan commented 2 days ago

I would also like this feature, so I took a look at the code of OSInAppBrowserLib-Android, which this package relies on. While the library itself doesn’t directly support custom modifications, the CustomTabsIntent.Builder does provide options for modifying colors, but these are marked as deprecated:

For example: