-
Notifications
You must be signed in to change notification settings - Fork 502
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
Weird rotation in iPad? #149
Comments
Also, it works fine on iPhone 6 Plus |
Thanks for great demo of bug! I will look into it on a week. |
Hi @ealeksandrov, I want to use in my iPad project. When this problem is solved? Thanks. |
i have the same issue |
Same issue here. Does anyone know how to block rotate? I think this can be one workaround for this issue |
Can anyone confirm this bug on device? |
Tested:
Devices:
Since I can't reproduce this on on my device and there is no possible reason for this behaviour - I consider it as iOS Simulator bug. |
@ealeksandrov Thanks. |
Thanks for reporting! |
iPad Air (First Generation) - broken :( Really, I still have the same problem on my device as well as in simulator. :( |
O_o Different behaviour on iPad Air and iPad Retina within the same iOS 9.3 simulator - 100% Apple issue. |
I have the same problem. It seems the layout doesn't change so e.g. the portrait layout is still there even if you switch to landscape. Verified on iPad Air 2. @ealeksandrov Can you block the rotation? |
Will look for devices to test it. |
I can confirm this occurs with version 2.9.0 on an iPad Air running iOS 9.3.2. A 'sort of' workaround is adding the pages again to EAIntroView after the rotation, but the animation remains incorrect of course. It does however show the correct layout when first opening the intro view on any rotation. Update: |
I can't seem to reproduce this bug using your example app on the same iPad Air. I fail to see what's different in my project though. I'm using EAIntroView in a presented ViewController. |
Weird. Thanks for info, lets collect more feedback in this issue. |
Can anyone update us on this bug with iOS 10? Particularly with projects and devices already experienced this issue on iOS 9. |
Experiencing this problem on the iOS 10 simulator (for iPad Air) |
Experiencing it on actual device as well (iPad Air 2) using iOS 9.3.1. Same as above, in that the I'll update to iOS 10 later and let you know if anything changes. |
I also can reproduce this in iOS 10.1 simulator. It looks like the problem is in |
Fixed by #191 |
So here is my code for creating the
EAIntroView
(using Swift)But on my iPad, the following display in iPad:
How can I fix it? Thanks!
The text was updated successfully, but these errors were encountered: