You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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!
The text was updated successfully, but these errors were encountered:
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:
@capacitor/browser
hastoolbarColor
. 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!
The text was updated successfully, but these errors were encountered: