Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3102] Map View do not respond to touch events (eg: touchstart)

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2011-07-08T09:44:48.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsios
ReporterFabrizio Riccardo
AssigneeTony Guntharp
Created2011-06-09T11:26:23.000+0000
Updated2016-03-08T07:48:09.000+0000

Description

Map View do not respond to touch events, like touchstart. Example: var mapview = Titanium.Map.createView({ mapType: Titanium.Map.STANDARD_TYPE, region:{latitude:0, longitude:0, latitudeDelta:0, longitudeDelta:0 }, animate:true, regionFit:true, userLocation:true }); mapview.addEventListener('touchstart', function(e){ Ti.API.info("touchstart"); }); window.add(mapview); Touchstart event is NEVER fired.

Comments

  1. Fabrizio Riccardo 2011-06-10

    Sorry ... i posted this issue in the wrong project. It's related to Titanium Mobile Project.
  2. Paul Dowsett 2011-06-13

    Fabrizio Tickets by community members may only be created in this project, so they may be checked for completeness before being moved to the correct project. This ticket is a perfect example of why this process is important! ;) Hence... In order for this ticket to be progressed, please would you do the following? * edit your ticket and format it using the wiki markup provided * state the Titanium SDK version + build date + build hash tested * state the iOS version tested * include a proper [Use-case](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases). To clarify, the script should run without modification when added to a blank app.js. Hence, where is the window created? You should include this, so that the core devs can replicate the behavior in the quickest time Also kindly read the [Submitting Bug Reports](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports) guide before raising tickets. Thank you
  3. Pedro Enrique 2011-07-05

    This is still an issue and a customer in the Help Desk needs this.

    Another sample code:

       
       var win = Ti.UI.createWindow({
       	backgroundColor:'#ccc'
       });
       
       var map = Ti.Map.createView();
       
       map.addEventListener('click', function(e){
       	alert(e);
       });
       
       win.add(map);
       
       win.open();
       

    HelpDesk ticket:

    APP-864673 - Private
  4. Pedro Enrique 2011-07-05

    Re-opening
  5. Paul Dowsett 2011-07-08

    Pedro, please do not reopen. I will email you about this ticket. Thank you.
  6. Paul Dowsett 2011-08-16

    Closing after 30 days of inactivity.
  7. Dan Peleg 2014-06-20

    This is still an issue.

JSON Source