mosabab edited a comment on pull request #656: URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/656#issuecomment-671871175
> > @NiklasMerz Hello, sorry for the mention, but I have a question please regarding this PR. > > After this PR remove the fake statusbar, I face a problem with transparent statusbar after inappbrowser appear. > > How we can handle this to make status bar visible when inappbrowser opened? > > Does you have a solution for it? because I don't see any information regarding this. > > Regards > > You can add the cordova-plugin-status bar and set the status bar color like this: > `<preference name="StatusBarBackgroundColor" value="#242021" />` Thanks for information, I try it and work correctly. But what about if user change the device to dark theme or light theme? I think the statusbar color work in dark theme and in other ways in light themes. (if the StatusBarBackgroundColor is dark and the statusbar color in light it work, but if user change to light then the statusbar color not appear) How we can handle this? Thanks ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
