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: module/docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Transparent
30
30
: Sets iOS status bar transparency.
31
31
32
32
Style
33
-
: Sets the status bar style on iOS, `default` will use black text, `light_content` will use white text.
33
+
: Sets the status bar style on iOS: `UIStatusBarStyleDefault` will use black text if iOS dark mode is disabled. If dark mode is enabled the text color will be controlled by iOS. `UIStatusBarStyleLightContent` will use light text. `UIStatusBarStyleDarkContent` will use dark text irrespective of iOS dark mode settings.
"changes": "* `fullscreen` config section deprecated in favor of new config section: `statusbar`\n* New API method: `setStatusBarStyle`\n* New config option: `display.statusbar.ios.style`\n* Android 'P' support",
2
+
"changes": "* Add new value for `forge.display.setStatusBarStyle` on iOS: `dark_content`",
3
3
"description": "Configure display behaviour, like rotation and fullscreen, for your app.\n\nThis module also let you programmatically access and set device specific display options.",
0 commit comments