{ "id": "89214", "key": "TIMOB-8435", "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": "15597", "description": "2013 Sprint 17", "name": "2013 Sprint 17", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "id": "15600", "description": "2013 Sprint 17 Tooling", "name": "2013 Sprint 17 Tooling", "archived": true, "released": true, "releaseDate": "2013-08-23" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-20T20:11:21.000+0000", "created": "2012-03-30T03:18:21.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "issuelinks": [ { "id": "28450", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "inwardIssue": { "id": "113568", "key": "TIMOB-13727", "fields": { "summary": "MobileWeb: Using web view to open remote site does not allow to scroll up/down and no control to view complete webpage.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-08-23T09:49:07.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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "Can't scroll a WebView with a tall webpage. Tested on a iPad. Either need to not intercept touches or try to open URLs in a new window and hope it doesn't get popup blocked.", "attachment": [], "flagged": false, "summary": "MobileWeb: Can't scroll WebView on mobile devices", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "266084", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/4568", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-12T22:32:32.000+0000", "updated": "2013-08-12T22:32:32.000+0000" }, { "id": "266085", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Test code:\n\n{code}\nvar win = Ti.UI.createWindow({\n\t\tbackgroundColor: '#fff'\n\t}),\n\twebview = Ti.UI.createWebView({\n\t\tborderColor: '#000',\n\t\tborderWidth: 1,\n\t\turl: 'http://penny-arcade.com/report/article/why-the-dreamcast-failed-and-all-the-things-it-did-better-than-its-competit',\n\t\tleft: '20%',\n\t\tright: '20%',\n\t\ttop: '20%',\n\t\tbottom: '20%'\n\t});\n\nwin.add(webview);\nwin.open();\n{code}", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-12T22:34:05.000+0000", "updated": "2013-08-12T22:34:05.000+0000" }, { "id": "266900", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "3_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/4579", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-16T17:28:15.000+0000", "updated": "2013-08-16T17:28:15.000+0000" }, { "id": "267800", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Webpage is getting scrolled up and down using the webview deployed as mobileweb app on the android and iOS devices.\r\n\r\nVerified on:\r\nDevice: Device : iPad mini, iOS version: 6\r\nDevice : Google Nexus 7, Android Version: 4.1\r\nSDK: 3.1.3.v20130822140128\r\nCLI version : 3.1.2\r\nOS : MAC OSX 10.8.4\r\nAlloy : 1.2.1-cr\r\nAppcelerator Studio, build: 3.1.3.201308201707\r\nXCode : 5.0", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-08-23T09:49:07.000+0000", "updated": "2013-08-23T09:49:07.000+0000" } ], "maxResults": 9, "total": 9, "startAt": 0 } } }