[TIMOB-239] touch move bug
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:52:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:25:58.000+0000 |
Updated | 2012-10-02T03:10:24.000+0000 |
Description
when you use event.preventDefault() in a touchmove event, it does not work until there is a horizontal touchmove event
Note to self: This is because scrolling horizontal triggers the web view, scrolling vertical triggers the scroll view.
This was sort of fixed, and is now moot now that we don't do the whole web view in a scroll view mojo.