initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

Statusbar color not working #159

Open nekrodomus opened 6 years ago

nekrodomus commented 6 years ago

I have:

let optionsT: ThemeableBrowserOptions = {
    statusbar: {
        color: '#0059A2'
    },
    toolbar: {
        height: 56,
        color: '#0059A2'
    },

.....

but statusbar color not change.

aaharutyunyan commented 6 years ago

as it says in manual statusbar applicable to only iOS 7+.

SrPatinhas commented 5 years ago

It's happening the same thing to me, any solution? @nekrodomus

@aaharutyunyan in my case its almost everything iOS 11.3+

Riyaz0001 commented 5 years ago

Statusbar Doesn't work for android.

KFCVme50-CrazyThursday commented 3 years ago

It's happening the same thing to me, any solution? @nekrodomus

@aaharutyunyan in my case its almost everything iOS 13.0+