EddyVerbruggen / nativescript-pluginshowcase

An app I'm using to showcase a bunch of NativeScript plugins (also in the appstores!)
https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1281334006
MIT License
175 stars 48 forks source link

[Question] How to set the status bar's background color to transparent #28

Closed vahidvdn closed 5 years ago

vahidvdn commented 5 years ago

Hey @EddyVerbruggen How did you set the status bar's background color to transparent in android?

EddyVerbruggen commented 5 years ago

Must have been this: https://github.com/EddyVerbruggen/nativescript-pluginshowcase/blob/master/app/utils/status-bar-util.ts

vahidvdn commented 5 years ago

@EddyVerbruggen Have you ever tested it in NativeScript 5.x ? (My version is 5.3)

It doesn't work for me. (Your app seems fine on my phone, but status-bar-util doesn't work fine for my app.

EddyVerbruggen commented 5 years ago

Nope. Has been a while since I had time to touch this app.