From 27f76d7a4ad8aa8d830fabdf29f4aafea67beb90 Mon Sep 17 00:00:00 2001 From: Mosab A <47486787+mosabab@users.noreply.github.com> Date: Sat, 12 Sep 2020 15:39:39 +0300 Subject: [PATCH] [iOS] Added new InAppBrowserStatusBarStyle preference --- www/docs/en/dev/config_ref/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index 31d91be0ba..d588ec258a 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -332,6 +332,7 @@ PageLength(float)
==iOS== | *Default: 0*
The size of each page, in PaginationBreakingMode(string)
==iOS== | *Default: page*
Allowed values: page, column
Valid values are page and column.The manner in which column- or page-breaking occurs. This property determines whether certain CSS properties regarding column- and page-breaking are honored or ignored. When this property is set to column, the content respects the CSS properties related to column-breaking in place of page-breaking. PaginationMode(string)
==iOS== | *Default: unpaginated*
Allowed values: unpaginated, leftToRight, topToBottom, bottomToTop, rightToLeft
This property determines whether content in the web view is broken up into pages that fill the view one screen at a time,or shown as one long scrolling view. If set to a paginated form, this property toggles a paginated layout on the content, causing the web view to use the values of PageLength and GapBetweenPages to relayout its content. PreferredContentMode(string)
==iOS== | *Default: auto*
Sets the content mode (user agent) for the WebView and InAppBrowsers WebView on iPads. Valid values are: `mobile` and `desktop`. +InAppBrowserStatusBarStyle(string)
==iOS== | *Default: default*
Set text color style of the StatusBar for InAppBrowser for iOS. Valid values are: `lightcontent` and `default`. SetFullscreen(boolean)
==Android== | *Default: false*
Same as the Fullscreen parameter in the global configuration of this xml file. This Android-specific element is deprecated in favor of the global Fullscreen element, and will be removed in a future version. ShowTitle(boolean)
==Android== | *Default: false*
Show the title at the top of the screen. SplashScreenBackgroundColor
==Windows== | *Default: #464646*
Sets the splashscreen background color. Supports a CSS color name or a four-byte hex value, with the first byte representing the alpha channel, and standard RGB values for the following three bytes.
The alpha channel is ignored although `transparent` value will cause black/white background color in case of Dark/Light theme accordingly.