{ "id": "101678", "key": "TIMOB-15924", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-07-12T18:01:07.000+0000", "created": "2012-09-21T10:57:02.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "android", "multitouch", "webview" ], "versions": [], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-12T18:01:25.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": "i am using openlayers in webview and map's pinch to zoom doesn't work it was worked on 2.0.2.GA but since updates it stopped working currently my build is 2.1.2.GA and map still doesn't receive pinch to zoom event\r\n\r\n\"WARN/webview(16089): Miss a drag as we are waiting for WebCore's response for touch down.\"\r\n\r\nonly this i receive in android logcat any suggestions", "attachment": [], "flagged": false, "summary": "WebView Multitouch Problem", "creator": { "name": "lukasa", "key": "lukasa", "displayName": "luka dodelia", "active": true, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "lukasa", "key": "lukasa", "displayName": "luka dodelia", "active": true, "timeZone": "Asia/Dubai" }, "environment": "2.1.2.GA", "comment": { "comments": [ { "id": "220310", "author": { "name": "lashad", "key": "lashad", "displayName": "lasha", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hello,\n\nOn 2.1.2.GA SDK we have same problem, when I try to pinch to zoom on WebView MAPs (I'm using leaflet javascript map engine) it doesn't work.\nWe were going to release new app, but this issue was critical for us.\n\nCan you please, fix ASAP.\n\nThank you.", "updateAuthor": { "name": "lashad", "key": "lashad", "displayName": "lasha", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-09-23T13:32:32.000+0000", "updated": "2012-09-23T13:32:32.000+0000" }, { "id": "228053", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing until the following info is provided: A reproducible test case; a simple app.js with a web view and a map will suffice, as long as it's reproducible. Is this only on Android, or iOS as well? If only on Android, we need to know the Android version, and whether it's on the device and/or simulator.\r\nIasha: If you could do the same, that would be helpful.\r\nThanks!", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-20T19:47:56.000+0000", "updated": "2012-11-20T19:47:56.000+0000" }, { "id": "235960", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I've set this to resolved so that the issue can now be edited to provide more info. We appreciate your time in helping to improve our platform.\r\n\r\nThanks,\r\nDaniel", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-25T18:40:53.000+0000", "updated": "2013-01-25T18:40:53.000+0000" }, { "id": "283120", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "I tested this issue the test code below. I was able to reproduce the problem.\r\n\r\nh5. Test Environment: \r\n\r\nOS: MAC OS X 10.8.5\r\nTi SDK: 3.2.0.x\r\nTi CLI: 3.3.0 \r\nAndroid SDK 2.3.3\r\nAndroid Device\r\n\r\nh5. Test Code \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : '#fff',\r\n\texitOnClose : true,\r\n\tfullscreen : false,\r\n\tlayout : 'vertical', \r\n});\r\n\r\nvar aWebView = Ti.UI.createWebView({\r\n\turl : 'http://openlayers.org/dev/examples/all-overlays-google.html'\r\n});\r\naWebView.addEventListener('load', function(e) {\r\n\tTi.API.info('webview loaded: ' + e.url);\r\n});\r\n\r\nwin.add(aWebView);\r\n\r\nwin.open();\r\n\r\n{code}\r\n\r\nh5. Step to reproduces\r\n# Create a new project \r\n# Paste test code in app.js\r\n# Now run on Android Device\r\n# Now try pinch to zoom on WebView MAPs\r\n# Check DDMS logs for getting warning \r\n\r\n\r\n*DDMS Logs*\r\n{code}\r\n12-08 23:23:00.420: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:02.280: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:03.220: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:07.910: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:09.190: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:10.280: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:14.770: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:15.650: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:16.760: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:17.920: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n12-08 23:23:20.340: W/webview(6164): Miss a drag as we are waiting for WebCore's response for touch down.\r\n{code}\r\n\r\n\r\n\r\n\r\nThanks ", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-08T17:32:26.000+0000", "updated": "2013-12-08T19:07:36.000+0000" }, { "id": "424011", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I am unable to reproduce this issue with the following environment;\r\nPixel (7.1)\r\nStudio 4.9.0.201705302345\r\nTi SDK 6.1.1 GA\r\nAppc NPM 4.2.9\r\nAppc CLI 6.2.2\r\nTi CLI 5.0.14\r\nAlloy 1.9.11\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-07-12T18:01:07.000+0000", "updated": "2017-07-12T18:01:07.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }