Excolo-Slider icon indicating copy to clipboard operation
Excolo-Slider copied to clipboard

Increase touch and mouse support

Open NikolajDL opened this issue 11 years ago • 3 comments

Touch and mouse navigation doesn't work in some browsers. We want it to work in as many browsers as possible while still keeping the plugin as a small single script plugin.

NikolajDL avatar May 21 '13 10:05 NikolajDL

Touch is tested on:

Windows 8 - Laptop

  • Chrome (working)
  • Firefox (working)
  • IE (not working)
  • Safari (working)
  • Opera (not working)

Android - HTC Desire

  • Native browser (working)

iPad 1

  • Safari (working)

Mouse is tested on:

Windows 8 - Laptop

  • Chrome (working)
  • Firefox (working)
  • IE (working)
  • Safari (working)
  • Opera (working)

NikolajDL avatar May 23 '13 22:05 NikolajDL

Adding mouse navigation might make touch work on the older touch devices, as they in some cases use the mouse-events instead of the touch-events (touchstart, touchmove, touchend).

NikolajDL avatar May 23 '13 22:05 NikolajDL

Now working on the iPad (1 at least) and on Android. Will try to get to testing on as many devices and platforms as possible.

NikolajDL avatar Jun 13 '13 09:06 NikolajDL