phonegap-build / StatusBarPlugin

PhoneGap Build Plugin providing some customizations to the iOS status bar
https://build.phonegap.com/plugins/304
92 stars 46 forks source link

status bar plugin webview overlay & color properties not workin on in-app browser #40

Open mitreshj opened 10 years ago

mitreshj commented 10 years ago

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?