leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.64k stars 658 forks source link

noUiSlider.on('change', function () { }) event not working on some devices #1064

Closed ErlashTheOne closed 4 years ago

ErlashTheOne commented 4 years ago

Hi, Im working with this library and Chart.js-RangeSlider in one web project, but i have issues on some mobile devices like iPhone 11, iPhone 11 pro and iPhone X. Nevertheless, in iPhone 11 pro max and all desktop works perfectly.

I have a function that is: this.rangeSliderChart.sliderElement[0].noUiSlider.on('change', () => { / do something/ }

This function do something everytime that the slide handle is moved. I prove with another noUiSlider events but this is not working in more devices that have worked with 'change' event.

Do you know if this is a bug of this library, is it Chart.js-RangeSlider bug or is it a conflict between devices?

Thanks in advance.

leongersen commented 4 years ago

This isn't something that sounds familiar to me. Is there perhaps an element overlapping your slider on these smaller devices?

leongersen commented 4 years ago

Closing this as there was no further response.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.