Treesaver / treesaver

JavaScript library for creating column and page-based layouts
GNU General Public License v2.0
1.06k stars 112 forks source link

Touch swiping does not work on Android pre 2.2 #1

Closed fortes closed 13 years ago

fortes commented 13 years ago

Need to chase this down in the simulators. Aim for at least Android 1.6

fortes commented 13 years ago

Currently falling back to no-treesaver for Android 1.6. Leaves just 2.1. There is some bug in which we only receive the first set out touch events, then never get any other touches.

Works just fine on 2.2.

fortes commented 13 years ago

Complete re-write of touch handling in order to fix wonky scrolling and strange idle behavior. Also adds swipe support for Android 2.1. Closed by fff69e26e35ab989df37bc1081427fca80d4cffe. Closed by fff69e26e35ab989df37bc1081427fca80d4cffe. Closed by fff69e26e35ab989df37bc1081427fca80d4cffe.