googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
647 stars 191 forks source link

Support both landscape orientations in FullscreenVR #120

Closed allanweir closed 8 years ago

allanweir commented 8 years ago

Hey, Thanks for making switching to cardboard mode so easy. I have an issue when I press the cardboard button and get the rotate phone tip, it only goes away if I rotate to landscape with home button on the right, it won't hide if I move to landscape left.

I think this worked fine in 0.8.5, so may be a 0.9 issue.

Thanks, Allan

nathanmartz commented 8 years ago

That is by design. Currently the phone must be in landscape right.

allanweir commented 8 years ago

@nathanmartz Why is that? I don't think the rotate animation makes it clear only one rotation direction is supported, so it looks like it isn't working if you rotate the other direction. Is it not unnecessarily restrictive?

nathanmartz commented 8 years ago

The restriction originally comes out of the magnet trigger. We removed support for that in the last release, and will hopefully remove this restriction in one of our next few releases.