{ "id": "123807", "key": "AC-1797", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-12-16T19:33:31.000+0000", "created": "2013-12-16T19:09:05.000+0000", "labels": [ "camera", "ios", "ios7", "video", "videoplayer" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:40:41.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": [], "description": "When using the camera or video functionality in iOS7, it usually (average of 8 out of 10 times) is unresponsive on the play button in video, unless you double click it, or hold it for a smidge of time.. 2 in 10 times it works as expected, the first time you tap it. Oddly enough it works everytime as expected on the other corner with the fullscreen buton. Seems easily reproducable. The same thing happens in the Camera Flash and Turn around to the front buttons.\r\n\r\n var movieModal = Ti.UI.createWindow({\r\n backgroundColor : '#00000000',\r\n barColor: '#15B17A',\r\n navTintColor: \"#ffffff\",\r\n statusBarStyle: Titanium.UI.iPhone.StatusBar.LIGHT_CONTENT,\r\n translucent: false,\r\n title: 'Video',\r\n orientationModes:[Ti.UI.LANDSCAPE_LEFT, Ti.UI.LANDSCAPE_RIGHT,Ti.UI.PORTRAIT,Ti.UI.UPSIDE_PORTRAIT]\r\n\r\n });\r\n var activeMovie = Ti.Media.createVideoPlayer({\r\n backgroundColor: '#000',\r\n mediaControlStyle : Titanium.Media.VIDEO_CONTROL_DEFAULT,\r\n scalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n url: post.post_attachments[0].url,\r\n autoplay: false,\r\n zIndex: 5\r\n });\r\n var url = post.post_attachments[0].url;\r\n var pieces = url.substring(0, url.length - 8);\r\n var movPict = Titanium.UI.createImageView({\r\n image: (pieces + \"frame_0000.png\"),\r\n box: true,\r\n height: 260,\r\n bottom: 15\r\n });\r\n var playButton = Titanium.UI.createImageView({\r\n image: '/images/LH2-Play-icon-2.png',\r\n top: -170,\r\n height: 32,\r\n zIndex: 1,\r\n box: true,\r\n width: 32,\r\n });\r\n \r\n movPict.addEventListener('click', function(e){\r\n Alloy.CFG.navwindow.openWindow(movieModal,{animated:false});\r\n movieModal.add(activeMovie);\r\n });\r\n playButton.addEventListener('click', function(e){\r\n Alloy.CFG.navwindow.openWindow(movieModal,{animated:false});\r\n movieModal.add(activeMovie);\r\n\r\n });\r\n commentHolder.add(movPict);\r\n commentHolder.add(playButton);", "attachment": [], "flagged": false, "summary": "iOS 7 Camera + Video button's not always responsive", "creator": { "name": "chadstachowicz", "key": "chadstachowicz", "displayName": "Chad Stachowicz", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "chadstachowicz", "key": "chadstachowicz", "displayName": "Chad Stachowicz", "active": true, "timeZone": "America/New_York" }, "environment": "Titanium 3.1.3", "comment": { "comments": [ { "id": "284516", "author": { "name": "chadstachowicz", "key": "chadstachowicz", "displayName": "Chad Stachowicz", "active": true, "timeZone": "America/New_York" }, "updateAuthor": { "name": "chadstachowicz", "key": "chadstachowicz", "displayName": "Chad Stachowicz", "active": true, "timeZone": "America/New_York" }, "created": "2013-12-16T19:22:28.000+0000", "updated": "2013-12-16T19:22:28.000+0000" }, { "id": "284519", "author": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Marking as Invalid based on users comment.", "updateAuthor": { "name": "ragrawal", "key": "ragrawal", "displayName": "Ritu Agrawal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-16T19:34:13.000+0000", "updated": "2013-12-16T19:34:13.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }