-
Notifications
You must be signed in to change notification settings - Fork 46
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
Status bar color sits at bottom on iPad #20
Comments
I couldn't reproduce this, but its likely the same issue as #4, and should be fixed in the latest version of this plugin (1.1.0). |
Great, thanks! Checked PhoneGap Build is still injecting 1.0.1. Guess that's why, will wait for the update on their end. |
@gaga1227 I assume you simply ran a rebuild on PhoneGap Build? You need to update your code before it will pull the new version. Just re-upload your zip file or run a git update. |
Thanks for the heads up, I followed the instructions on this page:https://build.phonegap.com/plugins/304, where I left out the version code to get the latest version, seems 1.0.1 is the latest it can get? Or I can manually override the version code to 1.1.0? |
Hmmm if you omit the version, then yes it should use the latest. Try explicitly adding version 1.1.0 to your config. |
Update: PhoneGap Build has the latest version 1.1.0 now: https://build.phonegap.com/plugins/505 |
OK I managed to reproduce this -- iPad only. Something to do with differences between the iPad and iPhone in how the coordinate system rotates when the device is rotated. A quick work around until we (contributions welcome) can fix this might be to lock the orientation to Portrait and LandscapeRight (but not PortraitUpsideDown and LandscapeLeft). |
Thanks, will try the suggested workaround, but hopefully the proper fix is coming soon. |
Hi Guys, I am encountering this same issue as well, has anyone figured out how to fix it yet? |
Here's how to reproduce the issue:
The text was updated successfully, but these errors were encountered: