Using Luge reveal seems to incur a double tap issue on mobile (iphone) #35
christerdk
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Pretty much subject. I've been debugging my site for a while because of this, essentially removing anything that could cause the typical a-tag double tap issue (such as hover css effects).
I have narrowed it down to having a luge reveal a bit down on my page. I don't have a repository to share, so I have instead put two versions of the page up on my site for comparison.
How to reproduce - please reproduce only on mobile, as some elements are not the same between mobile and desktop (no issues on desktop):
Page without double tap issue
https://christerostergaard.com - if you scroll a bit down, you will see a testimonial. Below the testimonial there are some suggestions. Tapping one of these suggestions once will take you to the related page. All good.
Page with double tap issue
https://christerostergaard.com/index_w_luge/ This page has a reveal on the testimonial. Scroll down to see suggestions and click one. If issue reproduced correctly, it will require two taps on a suggestion to navigate to the related page. In addition, the links in the menu also require double tap now.
The two page are the same, except for the reveal on the second page. Please note that it doesn't seem to matter that I have a header revealing. It does that a load, however, because it's within the viewport dimensions (at least on my phone, XR). I wonder if it is a timing issue, so later reveals after "page load" will cause this issue?
iOS v15.16.1
Browser: Chrome v110.0.4581.114
Beta Was this translation helpful? Give feedback.
All reactions