[Solved] Status bar color blending issue

Dear friends,

Good news - the changes passed our internal tests and we deployed them to production. You can try it now.

Here is the list of changes you might find it helpful.

  • A new property Ignore Notch Area in the app setting
  • A new property Notch Area Background Color in the app setting

The Ignore Notch Area property enables you to remove the safe area view which we add to the app automatically. If you set this property to be true, the screen background color will extend to full screen and there won’t be any white area. However, you need to manually take care of the notch in your app design, like adding extra space, in order to avoid the app element to be blocked by the notch.

The Notch Area Background Color property enables you to set the safe area view color in iOS only. With this, you can customize the background color of the white area. Please note, this is an app level setting and you won’t be able to customize the color at the screen level.

Please try it out and provide feedback if there is any :slight_smile:

Wei

8 Likes