GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-10-04T22:53:14.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | Release 3.0.0, Sprint 2012-20 API, 2012 Sprint 20 |
Components | iOS |
Labels | api |
Reporter | Anirudh Nagesh |
Assignee | Vishal Duggal |
Created | 2012-09-25T17:52:55.000+0000 |
Updated | 2017-03-20T22:08:42.000+0000 |
Run the attached app.js
Copy the attached VideoWindow.js to resources folder
Click the done button or 'full screen' button to see the orientation change even though window orientation is fixed to landscape.
This is observed only on iOS6 on iPhone4.
Different issue same cause.
Re-opening the Jira as its still reproducible in 2.1.3GA release
IOS 6 has changed the way View Controllers interact with device orientation. The full screen video player is its own View Controller and outside the control of the Window that contains the video player. On the iPhone idiom any View Controller by default supports PORTRAIT, LANDSCAPE_LEFT and LANDSCAPE_RIGHT orientations. The windows orientation modes do not restrict the orientations of system view controllers that appear on top of it.
Just been looking into this issue after seeing things change. So, just to clarify, if a window containing a webView with a YouTube video embed is opened in PORTRAIT and the video is viewed (in forced fullscreen), do we have no way of letting it be viewed in LANDSCAPE_LEFT or LANDSCAPE_RIGHT? Some possibly useful info here : http://dhilipsiva.blogspot.in/2012/07/ios-6-ui-interface-orientation.html
Closing ticket as duplicate.