Open gaga1227 opened 10 years ago
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 I tried with and without the specified version code of 1.1.0 and I can still see the problem happening in my case.
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: