Open caseyyee opened 9 years ago
We will need platform support to handle requestFullscreen behavior.
Absolutely. We have some UX concepts for this (eg home theatre mode). Will create Trello card and link to this issue.
Current thinking: ship without support for this in first release, acknowledge that limitations and initiate internal/public discussion around long term answer to question of whether to use requestFullScreen or something else.
We should talk to B2G/DOM folks about adding an mozbrowserfullscreenchange
event that fires with vrDisplay
so Horizon can identify that VR mode has entered.
We should handle cases of
element.requestFullscreen()
and appropriately display content.There are two cases to be considered:
vrDisplay
option is called. eg. mozvr.com demo's. In these cases, the content will need to be displayed as we do with full VR pages.parent issue: #120 related: #78, #111, #189