I am able to show & hide status bar through their given methods on web (inapp browser) but the overlay & statusbar color methods are not working. I tried using theses methods on load start & load stop but StatusBar.backgroundColorByName or by hex and StatusBar.overlaysWebView is not working on web. However these properties are working fine in native at the start of my app.
I am able to show & hide status bar through their given methods on web (inapp browser) but the overlay & statusbar color methods are not working. I tried using theses methods on load start & load stop but StatusBar.backgroundColorByName or by hex and StatusBar.overlaysWebView is not working on web. However these properties are working fine in native at the start of my app.
is there anything that i am missing here?