Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

statusbar is not being applied in inappbrowser #41

Open
eworx opened this issue Jul 30, 2014 · 0 comments
Open

statusbar is not being applied in inappbrowser #41

eworx opened this issue Jul 30, 2014 · 0 comments

Comments

@eworx
Copy link

eworx commented Jul 30, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant