gluonhq / attach

GNU General Public License v3.0
48 stars 26 forks source link

StatusBarService.setColor() is not working on iOS #367

Open salmonb opened 1 year ago

salmonb commented 1 year ago

hi,

StatusBarService.setColor() isn't doing anything for me on iOS.

The service is successfully created and the call to setColor() returns without warning or exception, but the status bar color doesn't change on the screen, it remains transparent.

I have this issue on my iOS devices (iPad mini 6 and iPhone SE 2017). StatusBarService.setColor() works fine on my Android device.

Can this be investigated please?