Open
Description
Feature Request
Plugin
browser
Description
While the plugin allows setting toolbarColor
, on iOS all the icons and text keep the default blue color, which renders this setting quite useless. When creating an instance ofSFSafariViewController
, only preferredBarTintColor
is set, while there's also a second property - preferredControlTintColor
.
For Android setSecondaryToolbarColor.
Platform(s)
iOS
android
Preferred Solution
Addotional property should be added to BrowserOpenOptions
, e.g. controlColor
and passed to preferredControlTintColor
.
Additional Info
I'm open to creating a PR for that, however, I'd need some time and/or assistance to set the local environment for testing.