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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,6 @@ instance, or the system browser.
106
106
-**bannertextcolor**: Set to a valid hext color string.
107
107
-**bannertextsize**: Set to an integer.
108
108
-**pagetitleheader**: Set to `yes` or `no` to diplay the current page title. If `yes`, a header with the current page title and close button is added. A reload button replaces the close button in the toolbar.
109
-
-**toolbarcolor**: set as a valid hex color string, for example: `#00ff00`, to change from the default color of the toolbar. Only applicable if toolbar is not disabled and effects all toolbars.
110
-
-**toolbartextcolor**: set to a valid hex color string and it will change the color of text on the toolbar from default.
111
109
112
110
Android supports these additional options:
113
111
@@ -126,6 +124,7 @@ instance, or the system browser.
126
124
-**hidenavigationbuttons**: set to `yes` to hide the navigation buttons on the location toolbar, only has effect if user has location set to `yes`. The default value is `no`.
127
125
-**hideurlbar**: set to `yes` to hide the url bar on the location toolbar, only has effect if user has location set to `yes`. The default value is `no`.
128
126
-**navigationbuttoncolor**: set to a valid hex color string, for example: `#00ff00`, and it will change the color of both navigation buttons from default. Only has effect if user has location set to `yes` and not hidenavigationbuttons set to `yes`.
127
+
-**toolbarcolor**: set to a valid hex color string, for example: `#00ff00`, and it will change the color the toolbar from default. Only has effect if user has location set to `yes`.
129
128
-**lefttoright**: Set to `yes` to swap positions of the navigation buttons and the close button. Specifically, navigation buttons go to the right and close button to the left. Default value is `no`.
130
129
-**zoom**: set to `yes` to show Android browser's zoom controls, set to `no` to hide them. Default value is `yes`.
131
130
-**mediaPlaybackRequiresUserAction**: Set to `yes` to prevent HTML5 audio or video from autoplaying (defaults to `no`).
@@ -146,6 +145,7 @@ instance, or the system browser.
146
145
-**hidenavigationbuttons**: set to `yes` or `no` to turn the toolbar navigation buttons on or off (defaults to `no`). Only applicable if toolbar is not disabled.
147
146
-**navigationbuttoncolor**: set as a valid hex color string, for example: `#00ff00`, to change from the default color. Only applicable if navigation buttons are visible.
148
147
-**toolbar**: set to `yes` or `no` to turn the toolbar on or off for the InAppBrowser (defaults to `yes`)
148
+
-**toolbarcolor**: set as a valid hex color string, for example: `#00ff00`, to change from the default color of the toolbar. Only applicable if toolbar is not disabled.
149
149
-**toolbartranslucent**: set to `yes` or `no` to make the toolbar translucent(semi-transparent) (defaults to `yes`). Only applicable if toolbar is not disabled.
150
150
-**lefttoright**: Set to `yes` to swap positions of the navigation buttons and the close button. Specifically, close button goes to the right and navigation buttons to the left.
151
151
-**enableViewportScale**: Set to `yes` or `no` to prevent viewport scaling through a meta tag (defaults to `no`).
0 commit comments