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.
Adding eventPassthrough: 'horizontal' solved it.