Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11114] iOS: On iOS6 VideoPlayer changes orientation when Done or Full Screen button is clicked

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-10-04T22:53:14.000+0000
Affected Version/sRelease 2.1.3
Fix Version/sRelease 3.0.0, Sprint 2012-20 API, 2012 Sprint 20
ComponentsiOS
Labelsapi
ReporterAnirudh Nagesh
AssigneeVishal Duggal
Created2012-09-25T17:52:55.000+0000
Updated2017-03-20T22:08:42.000+0000

Description

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.

Attachments

FileDateSize
app.js2012-10-04T22:16:08.000+0000479
VideoWindow.js2012-10-04T22:16:08.000+00001104

Comments

  1. Vishal Duggal 2012-10-02

    Different issue same cause.
  2. Anirudh Nagesh 2012-10-04

    Re-opening the Jira as its still reproducible in 2.1.3GA release
  3. Vishal Duggal 2012-10-04

    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.
  4. kosso 2012-10-08

    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
  5. Lee Morris 2017-03-20

    Closing ticket as duplicate.

JSON Source