Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5595] MobileWeb: You cannot reuse event object for twofingertap event

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2011-06-16T23:13:30.000+0000
Affected Version/sRelease 1.7.2
Fix Version/sSprint 2011-41
ComponentsMobileWeb
Labelsn/a
ReporterAndrew Kulinich
AssigneeMaxim Negadaylov
Created2011-06-16T08:40:16.000+0000
Updated2017-03-03T22:33:59.000+0000

Description

touchable.js code ... obj.fireEvent('touchstart', oEvent); if (event.touches && 2 == event.touches.length) { oEvent.type = 'twofingertap'; obj.fireEvent('twofingertap', oEvent); } .... code in this case inside "touchstart" eventlistener you will have type === 'twofingertap'

Comments

  1. Lee Morris 2017-03-03

    Closing ticket.

JSON Source