Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Issue when starting app in landscape mode #1

Open
ashavit opened this issue Apr 2, 2015 · 4 comments
Open

Issue when starting app in landscape mode #1

ashavit opened this issue Apr 2, 2015 · 4 comments

Comments

@ashavit
Copy link

ashavit commented Apr 2, 2015

This seems like a nice little feature.
However it doesn't work well when started in landscape mode. The screen bounds are always sent as portrait, so AAWindow is init with wrong size and the touch gesture isn't calculated correctly.
I tested it using your example project, iPad simulator and device.

@aaronabentheuer
Copy link
Owner

Bounds are orientation-dependent since iOS 8 (see WWDC talk View Controller Advancements in iOS 8) so if you’re running on iOS 7 you get the behavior you’re describing. I don’t have any plans on providing backwards compatibility for iOS 7 at the moment.

I just tested it on device (iPad mini & iPad Air with iOS 8.1) as well as in all available simulators in all dimensions and it works perfectly fine in iOS 8.

@aaronabentheuer
Copy link
Owner

Sorry. I now did some additional testing and now get what you meant. This is indeed a problem (even on iOS 8) and I’ll try to provide a fix as soon as possible. Sorry for the misunderstanding.

@ashavit
Copy link
Author

ashavit commented Apr 4, 2015

Cool. Other than that it's a real nice feature

@dipkasyap
Copy link

Great Product !

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

No branches or pull requests

3 participants