Search code examples
javascripthtmliscroll

input type range not working on iscroll 5


I have an input type range that doesn't work properly (doesn't slide) if I define an IScroll in the same container of the input.

I've added a preventDefaultException:{ tagName: /^(INPUT|TEXTAREA|BUTTON|SELECT|DIV|LABEL)$/ } but still not working.

Any idea how to solve?

EDIT: Adding eventPassthrough: 'horizontal' solved it.


Solution

  • Adding eventPassthrough: 'horizontal' solved it.