{ "id": "101243", "key": "TIMOB-10928", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" }, { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" }, { "id": "14127", "description": "Sprint 2012-19 API", "name": "Sprint 2012-19 API", "archived": true, "released": true, "releaseDate": "2012-09-24" }, { "id": "14271", "description": "2012 Sprint 19", "name": "2012 Sprint 19", "archived": true, "released": true, "releaseDate": "2012-09-24" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-09-20T13:51:11.000+0000", "created": "2012-09-14T17:50:52.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios090112", "qe-ios6", "qe-nfc", "qe-port" ], "versions": [ { "id": "14137", "description": "Release 2.1.3", "name": "Release 2.1.3", "archived": true, "released": true, "releaseDate": "2012-10-03" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-09-25T19:55:13.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Description:\r\n1.Replace the app.js with the following code.\r\n\r\n\r\n\r\n{code}\r\nTitanium.UI.setBackgroundColor('#000');\r\n \r\nvar mainWin = Titanium.UI.createWindow({\r\n exitOnClose:true,\r\n fullscreen:true,\r\n backgroundColor:'#ffffff',\r\n});\r\n \r\nvar VideoPlayer=Ti.Media.createVideoPlayer({\r\n zIndex:3,\r\n top:350,\r\n left:300,\r\n url:\"http://movies.apple.com/media/us/ipad/2010/tours/apple-ipad-video-us-20100127_r848-9cie.mov\",\r\n backgroundColor:\"#000000\",\r\n fullscreen:true,\r\n mediaControlMode: Titanium.Media.VIDEO_CONTROL_FULLSCREEN\r\n});\r\nmainWin.add(VideoPlayer);\r\n \r\nmainWin.open();\r\n{code}\r\n\r\n\r\n\r\n2.Run the app on simulator running ios6 or a device running iOS 6 gm seed.\r\n3.You will see that the video player is not full screen.\r\n\r\nExpected result:\r\n1.The video player should run fullscreen.\r\n\r\nActual Result:\r\n1.The video player does not run fullscreen. ", "attachment": [], "flagged": false, "summary": "iOS: The video player is not displayed in fullscreen even after setting fullscreen proporties to true in Ti.Ui.createVideoPlayer (iOS 6)", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio : 2.1.2.201208301612\r\nSDK version : 2.1.3.v20120913140112\r\nIphone & Ipad : IOS 6 beta gm seed\r\n", "comment": { "comments": [ { "id": "219135", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Since this came in so late, I think we can defer this one for the release on the 28th.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-14T22:28:31.000+0000", "updated": "2012-09-14T22:28:31.000+0000" }, { "id": "219971", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Pull pending https://github.com/appcelerator/titanium_mobile/pull/3009", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-09-20T12:59:53.000+0000", "updated": "2012-09-20T12:59:53.000+0000" }, { "id": "220148", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "The video runs in fullscreen on launch.\r\n\r\nVerified fix on:\r\nTitanium studio : 2.1.2.201208301612\r\nSDK version : 2.1.3.v20120920154617\r\nSDK Version : 3.0.0.v20120921051359\r\niOS simulator \r\nxcode 4.5", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-09-21T11:06:46.000+0000", "updated": "2012-09-21T11:06:46.000+0000" }, { "id": "220149", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Also verified the fix on Iphone 4S & ipad 3 running iOS6 GM.", "updateAuthor": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-09-21T11:07:57.000+0000", "updated": "2012-09-21T11:07:57.000+0000" }, { "id": "220611", "author": { "name": "twoowls@btinternet.com", "key": "twoowls@btinternet.com", "displayName": "Nick Ruddle", "active": true, "timeZone": "Europe/London" }, "body": "Hi there, please forgive me if I am wrong - but I don't think this is fixed fully.\r\n\r\nTry something like the code below - the videoplayer does not open in fullscreen. I believe it should.\r\n\r\nagain sorry if this is wrong, but I desperately need this to work as my app is now failing.\r\n\r\n\r\n\r\nTitanium.UI.setBackgroundColor('#000');\r\n\r\nvar mainWin = Titanium.UI.createWindow({\r\n\texitOnClose : true,\r\n\tfullscreen : true,\r\n\tbackgroundColor : 'white',\r\n});\r\n\r\nvar btn1 = Titanium.UI.createButton({\r\n\ttitle : 'Open Video',\r\n});\r\nmainWin.add(btn1);\r\n\r\n\r\nvar vidWin = Titanium.UI.createWindow({\r\n\texitOnClose : true,\r\n\tfullscreen : true,\r\n\tbackgroundColor : 'white',\r\n});\r\n\r\nvar videoPlayer = Ti.Media.createVideoPlayer({\r\n\tzIndex : 3,\r\n\t//top:350,\r\n\t//left : 300,\r\n\turl : \"http://movies.apple.com/media/us/ipad/2010/tours/apple-ipad-video-us-20100127_r848-9cie.mov\",\r\n\tbackgroundColor : \"#000000\",\r\n\tfullscreen : true,\r\n\tmediaControlMode : Titanium.Media.VIDEO_CONTROL_FULLSCREEN\r\n});\r\nvidWin.add(videoPlayer);\r\n\r\n\r\n\r\n\r\nbtn1.addEventListener('click', vidPlayer);\r\n\r\nfunction vidPlayer(e) {\r\n\tvidWin.open();\r\n}\r\n\r\nmainWin.open();\r\n\r\n\r\n\r\n\r\n", "updateAuthor": { "name": "twoowls@btinternet.com", "key": "twoowls@btinternet.com", "displayName": "Nick Ruddle", "active": true, "timeZone": "Europe/London" }, "created": "2012-09-25T12:23:45.000+0000", "updated": "2012-09-25T12:23:45.000+0000" }, { "id": "220617", "author": { "name": "twoowls@btinternet.com", "key": "twoowls@btinternet.com", "displayName": "Nick Ruddle", "active": true, "timeZone": "Europe/London" }, "body": "Sorry Please ignore last comment - my bad!", "updateAuthor": { "name": "twoowls@btinternet.com", "key": "twoowls@btinternet.com", "displayName": "Nick Ruddle", "active": true, "timeZone": "Europe/London" }, "created": "2012-09-25T13:22:07.000+0000", "updated": "2012-09-25T13:22:07.000+0000" } ], "maxResults": 8, "total": 8, "startAt": 0 } } }