[TIMOB-9001] MobileWeb: Add fullscreen support to Ti.UI.Window
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T23:08:17.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-05-05T10:59:34.000+0000 |
Updated | 2018-04-04T23:20:42.000+0000 |
Description
Ti.UI.Window has a fullscreen flag that Mobile Web does not currently support. Mobile web does support fullscreen video. This will only benefit desktop browsers.
Fullscreen is more of a mode that applies to all windows. Once a window is opened fullscreen, the browser will switch to fullscreen. If you open a window, then it will be displayed while fullscreen.
When those windows are closed, then it will automatically exit fullscreen mode.
While this property only affects Ti.UI.Windows, it should almost be added to TagGroups too. Consult the other teams to see if that makes sense.
Found a library that might be of help: https://github.com/sindresorhus/screenfull.js
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.