{ "id": "113298", "key": "TIMOB-13658", "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": null, "resolutiondate": null, "created": "2013-04-23T20:02:26.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "parity", "reprod" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:51.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "*Problem description*\r\nIf I have a swipe event attached to a container holding a webview, the nonscrollable part of the webview will not work.\r\n\r\n*Steps to reproduce*\r\n1 - Compile to iOS simulator\r\n2 - Try to click sign up yellow button (it won't work), or other part of the twitter header.\r\n3 - Remove the \"doSwipe\" from the test case\r\n4 - Test again and it will work\r\n\r\n*Test case*\r\n{code:javascript}\r\nfunction doSwipe(e) {\r\n\tTi.API.info('e: ' + JSON.stringify(e))\r\n}\r\n\r\nvar window = Ti.UI.createWindow();\r\n\r\nwindow.addEventListener(\"swipe\", doSwipe);\r\n\r\nvar webview = Ti.UI.createWebView({\r\n\turl : \"https://twitter.com/appcelerator\"\r\n});\r\n\r\nwindow.add(webview);\r\nwindow.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Window swipe event blocks touches in non-scrollable part of web view", "creator": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "subtasks": [], "reporter": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "environment": null, "comment": { "comments": [ { "id": "248800", "author": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Ok, this was easy to do so I tested without alloy, and yes the problem is there without alloy, same steps for testing.\n\nhere is the code:\n\napp.js\n==============\nfunction doSwipe(e) { \n Ti.API.info('e: ' + JSON.stringify(e))\n}\n\n\nvar window = Ti.UI.createWindow();\n\n//THE BIG VILAIN\nwindow.addEventListener(\"swipe\",doSwipe)\n\nvar webview = Ti.UI.createWebView({\n\turl:\"https://twitter.com/appcelerator\"\n})\n\t\nwindow.add(webview)\nwindow.open();", "updateAuthor": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2013-04-23T20:14:28.000+0000", "updated": "2013-04-23T20:14:28.000+0000" }, { "id": "248808", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed on iOS 6 simulator, Ti SDK 3.1 GA. Not reproducible on Android, so it's iOS-specific.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-23T21:41:30.000+0000", "updated": "2013-04-23T21:41:30.000+0000" }, { "id": "273148", "author": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "body": "Tested on 3.1.3GA and iOS7 and the bug still happens, any possible updates on this?", "updateAuthor": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "created": "2013-09-27T13:46:56.000+0000", "updated": "2013-09-27T13:46:56.000+0000" }, { "id": "422521", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am able to reproduce this issue with the following environment;\r\niPhone 7 (10.2)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1.v20170620103414\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.1\r\nTi CLI 5.0.13\r\nAlloy 1.9.11\r\nArrow 2.0.0\r\nXcode 8.2 (8C38)\r\nNode v4.8.2\r\nJava 1.8.0_131", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-21T22:21:20.000+0000", "updated": "2017-06-21T22:21:20.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }