We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca21c29 commit 0e5edbcCopy full SHA for 0e5edbc
src/InAppBrowser.ios.ts
@@ -105,7 +105,7 @@ function setup() {
105
}
106
107
if (inAppBrowserOptions.preferredControlTintColor) {
108
- const color = parseColor(inAppBrowserOptions.preferredBarTintColor);
+ const color = parseColor(inAppBrowserOptions.preferredControlTintColor);
109
if (color) {
110
this.safariVC.preferredControlTintColor = color.ios;
111
0 commit comments