{ "id": "132406", "key": "TIMOB-17353", "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": "2014-06-30T14:19:02.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "TCSupport", "engSchedule" ], "versions": [ { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" }, { "id": "19882", "name": "Release 8.0.0", "archived": false, "released": true, "releaseDate": "2019-03-14" } ], "issuelinks": [], "assignee": null, "updated": "2019-06-18T15:32:11.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h3. Problem Description\r\n touchEnable property of mapView doesn’t work. When Setting touchEnabled:false still allows touch events, zooming, pinching etc... on Android.\r\n\r\nh3.Testing Environment:\r\nTitanium SDK: 3.2.3.GA, 3.3.0.GA\r\nTitanium CLI: 3.3.0 \r\nAndroid SDK: 4.2.2,4.4.2,\r\nOS X Version: 10.9.3,\r\nAppcelerator Studio: 3.3.0\r\n\r\nh3.Steps to Reproduce:\r\n1. Create a Classic project.\r\n2. Paste this code in app.js file.\r\n3. Add map module in tiapp.xml file.\r\n4. Configure your tiapp.xml file with Google API key.\r\n5. Run this code with the testing environment.\r\n\r\nh3.Test Case\r\n\r\n{code:title=app.js}\r\n\r\nvar window = Ti.UI.createWindow({\r\n\tbackgroundColor : 'red',\r\n\r\n});\r\n\r\nvar MapModule = require('ti.map');\r\nvar mapview = MapModule.createView({\r\n\tmapType : MapModule.NORMAL_TYPE,\r\n\tanimate : true,\r\n\tregionFit : true,\r\n\twidth : \"100%\",\r\n\theight : \"100%\",\r\n\ttouchEnabled : false,\r\n\tregion : {\r\n\t\tlatitude : 37.389569,\r\n\t\tlongitude : -122.050212,\r\n\t\tlatitudeDelta : 0.2,\r\n\t\tlongitudeDelta : 0.2\r\n\t},\r\n});\r\nwindow.add(mapview);\r\n\r\nmapview.addEventListener('regionchanged', function(e) {\r\n\tTi.API.info(e.type);\r\n\tTi.API.info(e.latitude + \",\" + e.longitude);\r\n});\r\n\r\nwindow.open();\r\n\r\n{code}\r\n", "attachment": [], "flagged": false, "summary": "touchEnabled:false doesn't work on Android/Google map.", "creator": { "name": "adamck", "key": "adamck", "displayName": "adam kearsley", "active": true, "timeZone": "Europe/London" }, "subtasks": [], "reporter": { "name": "adamck", "key": "adamck", "displayName": "adam kearsley", "active": true, "timeZone": "Europe/London" }, "environment": "Android, Ti.3.2.3", "comment": { "comments": [ { "id": "315104", "author": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "body": "Thanks for your report! The Platform team will set the priority on this bug. ", "updateAuthor": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "created": "2014-07-21T20:29:22.000+0000", "updated": "2014-07-21T20:29:22.000+0000" }, { "id": "328573", "author": { "name": "manuellehner", "key": "manuellehner", "displayName": "Manuel Lehner", "active": true, "timeZone": "Europe/Berlin" }, "body": "This is an annoying bug. Makes it impossible to use maps in scrollviews. Has anybody found a workaround?\r\nIt seems zIndex is also not working on mapViews, so you can't just add an untouchable layer to the map.", "updateAuthor": { "name": "manuellehner", "key": "manuellehner", "displayName": "Manuel Lehner", "active": true, "timeZone": "Europe/Berlin" }, "created": "2014-10-20T08:38:20.000+0000", "updated": "2014-10-20T08:38:20.000+0000" }, { "id": "344691", "author": { "name": "pakoartal", "key": "pakoartal", "displayName": "Francisco Artal ", "active": true, "timeZone": "Europe/Madrid" }, "body": "Not solved yet?", "updateAuthor": { "name": "pakoartal", "key": "pakoartal", "displayName": "Francisco Artal ", "active": true, "timeZone": "Europe/Madrid" }, "created": "2015-02-28T10:51:56.000+0000", "updated": "2015-02-28T10:51:56.000+0000" }, { "id": "354890", "author": { "name": "landimatte", "key": "landimatte", "displayName": "Matteo Landi", "active": true, "timeZone": "Europe/Berlin" }, "body": "Any update on this? I can still replicate the bug with sdk 4.0.0.GA.\r\n\r\nA possible workaround is to put the map view inside a layout similar to the following:\r\n\r\n{code}\r\n\r\n \r\n \r\n\r\n{code}\r\n\r\nCiao,\r\nMatteo\r\n", "updateAuthor": { "name": "landimatte", "key": "landimatte", "displayName": "Matteo Landi", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-06-11T16:20:04.000+0000", "updated": "2015-06-11T16:20:04.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }