jQuery UI slider Touch & Drag/Drop support on Mobile devices

jQuery UI slider Touch & Drag/Drop support on Mobile devices

Hi,

I use this scripts below:

  1. <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
    <script src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>

I use on my website slider, button, accordeon jquery ui widgets but the slider doesn't work on mobile devices.

I found this solution http://touchpunch.furf.com/ but it use 1.8.21 jquery ui version and not the 1.12.1 version and my slider, button, accordeon jquery ui widgets doesn't work with 1.8.21 jquery ui version.

How to fix the problem with slider touch & drag/drop on mobile device with 1.12.1 jquery ui version?

Thank you for your answer.