[TIMOB-6197] MobileWeb: Handle touch events properly
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-01-26T18:40:44.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2011-11-15T13:46:39.000+0000 |
| Updated | 2014-01-28T23:57:35.000+0000 |
Description
The small on() event library does not support touch events. Needs to properly implement the touch start and end events in a cross browser manner.
This no longer is applicable because events are handled in the Element base class and there is no need to abstract the touch events anymore.