[AC-1988] swipe eventlistener breaking scrolling.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2013-10-16T19:02:13.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | android |
| Reporter | John Liddell |
| Assignee | Mauro Parra-Miranda |
| Created | 2013-10-16T18:22:59.000+0000 |
| Updated | 2016-03-08T07:40:55.000+0000 |
Description
If you add an event listener to a window containing a scrollview on android the scrollview will no longer scroll properly. The same problem occurs if you add a swipe listener to the scrollview itself. However, if you add a swipe event to the items inside a scrollview it will still scroll properly, though this is not ideal.
Closing since it's a dup.