-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Keep status bar color when browser popup #321
Comments
I have the same problem. |
I'm also stuck at this point, my app does not have status bar at the splash screen (which is how I've set it) but as soon as I open any webpage in inAppBrowser the status bar returns. |
For now a quiet dirty quickfix is to set the statusbar styles on
I am setting the style multiple times because somehow the app does not recognize any stylings to the statusBar via the plugin's methods for some time (this time differs on different devices). Maybe the Ionic context is not ready yet. |
Any solution to the above issue @zdd? Thanks in advance! |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
If this was an issue on ios, #656 was merged in that made a lot of changes with the statusbar while the inappbrowser was displayed. This PR should be included in the latest version of the plugin. It would be appreciated if one can test against the latest version to see if this issue still is valid. |
I built with ios 6.1 and InAppBrowser Plugin 4.0. The status bar background is correct (matches my app) but the foreground (text) is black where my app text is white. Since the status bar is created by the plugin, perhaps a statusbar color option would be helpful? My call is: options = 'clearcache=yes,clearsessioncache=yes,location=no,toolbar=no,hardwareback=no,zoom=no' |
The iOS status bar isn't being covered by the IAB, but yet the IAB is changing the status bar text color. Is there anyway to turn this off? |
I set the system status bar color as green on startup, but when inappbrowser popup, the status bar turn black, is there any way to keep it as green?
call code:
The text was updated successfully, but these errors were encountered: