nprapps / rockymountain

MIT License
4 stars 2 forks source link

Entering/exiting VR in Android is very different from iOS #200

Closed TylerFisher closed 8 years ago

TylerFisher commented 8 years ago

When you enter VR in Android, it forces into fullscreen mode and automatically rotates the device into landscape. The modal flashes for a second and goes away. Not ideal, but also default aframe behavior.

The only way to exit VR on Android is to use the native back button. It's actually pretty nice, but our instructions do not match this. You cannot rotate your device to exit. Which means we might have to serve a different image at the end that tells you to use the back button. The back button does work exactly like rotating your device does on iOS.

lindamood commented 8 years ago

I'll work on a new image to drop in at the end of the story.