[AC-3102] Map View do not respond to touch events (eg: touchstart)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2011-07-08T09:44:48.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | ios |
Reporter | Fabrizio Riccardo |
Assignee | Tony Guntharp |
Created | 2011-06-09T11:26:23.000+0000 |
Updated | 2016-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.
Sorry ... i posted this issue in the wrong project. It's related to Titanium Mobile Project.
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
This is still an issue and a customer in the Help Desk needs this.
Another sample code:
HelpDesk ticket:
APP-864673 - PrivateRe-opening
Pedro, please do not reopen. I will email you about this ticket. Thank you.
Closing after 30 days of inactivity.
This is still an issue.