• The slider button is not functioning in Firefox & Chrome if a laptop has a touchscreen and mouseclick event is used.

    The browser detects an existing touch functionality and triggers ‘ontouchsstart’ in /public/assets/js/public.js, line 172:
    if (‘ontouchstart’ in document.documentElement)
    This disables the click detection, and assures only touch recognition, although a mouse can be used on Touchscreen devices too.

    I don’t think there is a need to separate click and touch functionality through this ‘if’ statement. Please check this part, and make correction.

    Thanx.

  • The topic ‘Slider button not functioning on touchscreen through mousclick’ is closed to new replies.