You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StatusBar plugin works great in the phonegap application. The problem is that when I start an inappbrowser from the application, the StatusBar plugin doesn't seem to do anything there.
Is there a solution for this?
If I build with phonegap build I have the following in config.xml:
<gap:plugin name="org.apache.cordova.core.inappbrowser" />
<gap:plugin name="com.phonegap.plugin.statusbar" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
Hello
StatusBar plugin works great in the phonegap application. The problem is that when I start an inappbrowser from the application, the StatusBar plugin doesn't seem to do anything there.
Is there a solution for this?
If I build with phonegap build I have the following in config.xml:
<gap:plugin name="org.apache.cordova.core.inappbrowser" />
<gap:plugin name="com.phonegap.plugin.statusbar" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#000000" />
and if I compile natively on ios I use in my project via the console:
phonegap plugin add org.apache.cordova.inappbrowser
phonegap plugin add https://github.com/phonegap-build/StatusBarPlugin.git
thanks
The text was updated successfully, but these errors were encountered: