[TIMOB-7044] MobileWeb: Implement touch events and guestures
GitHub Issue | n/a |
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-20T17:18:31.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | pointerevents, stage |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-01-09T16:48:14.000+0000 |
Updated | 2017-03-03T23:37:15.000+0000 |
Description
Need to implement support for mouse/touch events other than click and double click. Also, some controls report more information than the parent control, so need to ensure parity.
This will likely go in a base class Ti._.PointerEvents.
Must implement the following Ti events:
* click
* dblclick
* doubletap
* longclick
* longpress
* pinch
* singletap
* swipe
* touchcancel
* touchend
* touchmove
* touchstart
* twofingertap
Attachments
File | Date | Size |
app.js | 2012-01-20T14:07:42.000+0000 | 2641 |
app.js | 2012-01-19T11:57:01.000+0000 | 4460 |
Test Case
For the test case, commenting out the touchmove event can be helpful since it generates a ton of events.
Closing ticket as MobileWeb is no longer supported.