1

I am working on a Nativecript(6.5.2) mobile application, it is working fine on both android and iOS devices, but the action bar background color is not visible on the iOS devices having version iOS 15. otherwise, the app is working absolutely fine.

I am not sure if ios have updated their UI policy or something else.
Below are the screenshots of both iOS 15 where the background colour of the action bar is not visible and another is iOS 14.2 where the background colour of the action bar is visible.

iOS 15

enter image description here

iOS 14.2

enter image description here

can anyone please help with this?

Ragesh Pikalmunde
  • 1,333
  • 1
  • 20
  • 44

1 Answers1

1

As you have stated, the issue is to do with iOS 15. For context, there is some information about it here.

If upgrading Nativescript is an option for you, then maybe give that a try as it seems 8.10 has support for this change. Bear in mind though that there is some significant architecture change between 6.x and 8.x so be prepared to battle with any plugins you might have.

If, like myself, upgrading is not an option, you might be able to cherry pick some changes from the actionbar file (such as this and this) that may help. The first change I can confirm restores the background colour, but leaves the title text black and the ActionBar links blue, which may not work with your colour scheme. I'm hopeful the second link (which I am in the middle of testing) will restore text colour preferences.

Dharman
  • 30,962
  • 25
  • 85
  • 135