#26191 closed defect (bug) (fixed)
Twenty Fourteen: swipe touch events on slider have a slight delay
Reported by: | sonjanyc | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | normal | Version: | 3.8 |
Component: | Bundled Theme | Keywords: | needs-patch |
Focuses: | Cc: |
Description (last modified by )
Slight delay on swipe touch events, like on an iPad or iPhone.
To repeat
- Swipe with your finger between slides
- Note how the swipe event starts with delay and sometimes overlays a half or less, then stops for a second and then completes to show full next slide.
See example video: http://wpthemetestdata.files.wordpress.com/2013/12/2014-slider-mobile-behavior.mov
Change History (20)
#4
@
11 years ago
- Priority changed from normal to low
Severity is low on this, nice to fix but not a blocker for 3.8 release.
#5
@
11 years ago
- Summary changed from Twenty Fourteen: homepage slider behavior on mobile starts with delay to Twenty Fourteen: swipe touch events on slider have a slight delay
#6
@
11 years ago
For the 1. case (swiping) I am not sure,
but probably "FastClick" https://github.com/ftlabs/fastclick could help to solve case 2. and 3. (seems like a normal "click").
#8
@
11 years ago
This has been an issue I've noticed with FlexSlider since (I believe) the original pre-WooThemes FlexSlider (v1).
#9
@
11 years ago
@kwight Interesting ... good to know. I'll ping the authors to see if they have an opinion. Did you see any open issues in GitHub related to it?
#10
@
11 years ago
No I didn't see anything related, but FlexSlider gets very little love on GitHub (470+ open issues).
#11
@
11 years ago
I can't reproduce 2 and 3 on an iPhone 5s using iOS 7.0.4 but do notice a slight delay with swiping in number 1.
#13
@
11 years ago
- Cc Frank Klein added
- Description modified (diff)
I can reproduce issue 1 on an iPad where the same delay seen on the iPhone becomes more noticeable.
#17
follow-up:
↓ 18
@
11 years ago
I looked into the mobile swiping issue on iOS with the Featured Content Slider but wasn't able to completely remove the delay. I did notice that the delay time reduces as you continue swiping through the individual slides.
Also found a related issue, with swiping backward on iOS:
- Swipe from the first slide to the last slide.
- You will see a flash of all the slides before settling on the last slide.
- Now swipe backward again.
- You will notice the same flash of all the slides before settling on the second to last slide.
- Swipe backward again.
- You will experience the expected behavior of just viewing the previous slide, without the flash of all images.
#18
in reply to:
↑ 17
@
11 years ago
Replying to rachelbaker:
I looked into the mobile swiping issue on iOS with the Featured Content Slider but wasn't able to completely remove the delay. I did notice that the delay time reduces as you continue swiping through the individual slides.
After more testing and debugging, I think is isn't something we can "fix" because the swipe event is so dependent on the actual movement of the finger. So you start to move it, and it'll jerk over because you're dragging it. :)
I think we'll need to wontfix it.
Also found a related issue, with swiping backward on iOS:
Thanks for finding that. I'll look.
@Frank Klein is looking at this one.