Over17 / UnityShowAndroidStatusBar

Show Android status bar for applications built with Unity 5.3 and later
MIT License
149 stars 35 forks source link

Transparent status bar becomes opaque after alt-tabbing or click on InputFields #13

Open Staarter opened 6 years ago

Staarter commented 6 years ago

Hi, On the first launch, the status bar is transparent. It's great, but i have a problem : When the app retake focus (alt-tabbing) or click on an Inputfield the transparent status bar becomes opque :(

Do you think that this could come from the configuration of my AndroidManifest? I didn't edit it too much :O

Over17 commented 6 years ago

Hi! By "alt-tabbing", do you mean going to home and then back to the app from the recents list? What is the device you are using? Model and Android version, ideally build fingerprint.

It does sound like something is wrong with your manifest though; if you could share it would be most helpful.

Staarter commented 6 years ago

By "alt-tabbing", do you mean going to home and then back to the app from the recents list?

Exactly !

I have tried your original Manifest and i have got the same issue. I'm using an Oneplus 3 on Android 8.0.0 (OxygenOS 5.0.3)

By the way, the link of my Manifest : https://pastebin.com/8UL1iSBq

Over17 commented 6 years ago

The manifest looks correct - I'll try to get my hands on the device and check it out.

Staarter commented 6 years ago

Ok, thank's a lot !

And did you have the issue on others devices ?

liszto commented 5 years ago

Any news on this issue cause I have the same trouble.