{ "id": "93783", "key": "TIMOB-9782", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-07-10T22:02:52.000+0000", "created": "2012-06-25T04:12:17.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api", "qe-and060112", "qe-nfc" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-10T22:02:52.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "Feature not supported in 2.0.2.\r\n\r\nSteps to reproduce:\r\n1) Use the code below\r\n{code}\r\nvar win = Titanium.UI.createWindow();\r\nwin.backgroundColor = '#fff';\r\n\t\t \r\n\t\tvar view = Ti.UI.createView({\r\n\t\t height: 250,\r\n\t\t width: 250,\r\n\t\t backgroundColor: '#a00'\r\n\t\t});\r\n\t\t \r\n\t\tview.addEventListener('pinch', function(e) {\r\n\t\t view.height = baseHeight * e.scale;\r\n\t\t view.width = baseWidth * e.scale;\r\n\t\t});\r\n\t\t\r\n\t\tview.addEventListener('touchstart', function(e) { \r\n\t\t baseHeight = view.height;\r\n\t\t baseWidth = view.width;\r\n\t\t});\r\n\t\t \r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n\r\n2) Run the app\r\n3) Pinch the displayed red view.\r\n\r\nExpected result:\r\n3) After step 3, the view should respond to the pinch action smoothly.\r\n\r\nActual result:\r\n3) After step 3, the view do not responds to pinch action smoothly. After many tries, it resizes abruptly,allowing very little control to the user.", "attachment": [], "flagged": false, "summary": "Android: View:Pinch action is not very smooth on android 2.2", "creator": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested with Titanium SDK: 2.1.0.v20120622174154\r\nTested with Titanium  Studio: 2.1.0.201206221045\r\nDevice - Android 2.2.2 LG-P970,Motorola Milestone Android 2.2.1\r\nMachine OS - MAC 10.7.3", "comment": { "comments": [ { "id": "423817", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-10T22:02:52.000+0000", "updated": "2017-07-10T22:02:52.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }