Skip to content

doc(readme): background transparent on iOS when StatusBarOverlaysWebView is true - #293

Open
GitToTheHub wants to merge 1 commit into
masterfrom
pr-doc-readme-ios-statusbar-transparent-when-overlays-webview
Open

doc(readme): background transparent on iOS when StatusBarOverlaysWebView is true#293
GitToTheHub wants to merge 1 commit into
masterfrom
pr-doc-readme-ios-statusbar-transparent-when-overlays-webview

Conversation

@GitToTheHub

Copy link
Copy Markdown

Platforms affected

iOS

Motivation and Context

The documentation made not clear, that the status bar background color is transparent on iOS when StatusBarOverlaysWebView is set to true and cannot be changed by StatusBarBackgroundColor.

I looked in the code and the status bar background view is removed if StatusBarOverlaysWebView is true, which is the default:

if (statusBarOverlaysWebView) {
[_statusBarBackgroundView removeFromSuperview];

Description

Testing

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

…View` is true

- The documentation made not clear, that the status bar background color is transparent on iOS when `StatusBarOverlaysWebView` is set to `true` and cannot be changed by `StatusBarBackgroundColor`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant