Sawkiii / Artfy

0 stars 0 forks source link

[BUG]: Image slider indicators don't work when swiping on mobile #3

Open tnickel-web opened 2 days ago

tnickel-web commented 2 days ago

Bugs:

How to reproduce:

  1. Open web page on a mobile device.
  2. Use swiping gestures to cycle through the images.

Note:

tnickel-web commented 2 days ago

Attempted solution:

  1. Disable horizontal scrolling/swiping on the slider component.
  2. Implement custom touch handler for horizontal scrolling/swiping.
  3. Make handler call the nextSlide() and prevSlide() functions. They update the bottom indicators.

Note: