[TIMOB-73] touchmove isn't sensitive enough
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:51:53.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Marshall Culpepper |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:23:22.000+0000 |
| Updated | 2011-04-17T01:51:53.000+0000 |
Description
In an iPhone Titanium WebView, if you add a document eventlistener for "touchmove", and stroke down the entire screen, the listener will receive 2 or 3 event. The same stroke in Mobile Safari will receive easily 40+ events. Here's some sample code (just load this in an iPhone webview or Mobile Safari):
gah, HTML formatting, let's try this again:
Closing as it's now moot. We don't override touchmove anymore.