✔ Component nativescript has 8.1.5 version and is up to date.
✔ Component tns-core-modules has 6.5.27 version and is up to date.
✔ Component tns-ios has 6.5.4 version and is up to date.
✔ Component tns-android has 6.5.3 version and is up to date.
Describe the bug
I'm having an issue with status bar background colour not showing on page load. This is only happening on iOS 15. I suspect this might be caused by the latest iOS update but I haven't come across any nativescript-angular solutions yet.
Does anyone know why this is happening and how to revert this to how it worked in previous iOS versions?
It's worth to mention that if a page has enough content to scroll, as you scroll down, status bar background colour shows again.
Expected behavior
Normally status bar should have a certain level of transparency so that ActionBar could go below it, that's the reason it normally has a different shade.
What I tried already
Here's an example of ActionBar used throughout the project:
Environment
✔ Component nativescript has 8.1.5 version and is up to date. ✔ Component tns-core-modules has 6.5.27 version and is up to date. ✔ Component tns-ios has 6.5.4 version and is up to date. ✔ Component tns-android has 6.5.3 version and is up to date.
Describe the bug
I'm having an issue with status bar background colour not showing on page load. This is only happening on iOS 15. I suspect this might be caused by the latest iOS update but I haven't come across any nativescript-angular solutions yet.
Does anyone know why this is happening and how to revert this to how it worked in previous iOS versions?
It's worth to mention that if a page has enough content to scroll, as you scroll down, status bar background colour shows again.
Expected behavior
Normally status bar should have a certain level of transparency so that ActionBar could go below it, that's the reason it normally has a different shade.
What I tried already
Here's an example of ActionBar used throughout the project:
We managed to change colour of ActionBar with the code below as that was previously showing transparent too however this only works for navigation.