IjzerenHein / famous-flex

Animatable layouts, FlexScrollView & widgets for famo.us.
MIT License
279 stars 44 forks source link

FlexScrollView - mousepad two finger scrolling doesn't work in paginated view #112

Open rbabayoff opened 9 years ago

rbabayoff commented 9 years ago

Hey,

To demonstrate problem, just try and do two finger horizontal scrolling here:

http://menuapp.excenite.com/en/categories/jJoNmYEHFou7xJ8Hd/items/0/NgyPH8C3tneHmwxW3

It does work for touch scrolling, tough.

Options i'm using:


options.useContainer = true
options.autoPipeEvents = true
options.paginated = true
options.paginationMode = 0 # page
options.overscroll = true

Changing overscroll to false doesn't have an effect on this neither.

I'm also using a VirtualViewSequence with the FlexScrollView.

Using v0.3.0 but tried it with v0.3.4 too, and it didn't solve the problem.