Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Update jquery.flexslider.js to fix unresponsive arrows on touchscreens #2

Open
nickcernis opened this issue Jan 31, 2018 · 0 comments

Comments

@nickcernis
Copy link
Contributor

As reported at https://wordpress.org/support/topic/arrows-not-working-2/, arrows may not work on touch devices.

Changing slider.eventType to always use click and never touchstart solves the issue: https://github.com/copyblogger/genesis-responsive-slider/blob/develop/js/jquery.flexslider.js#L28

The latest version of flexslider listens to multiple event types, so I believe that updating flexslider would solve this:

https://github.com/woocommerce/FlexSlider/blob/master/jquery.flexslider.js#L22

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant