- This topic has 8 replies, 4 voices, and was last updated 3 years, 4 months ago by
K.
-
AuthorPosts
-
July 5, 2022 at 2:40 am #2273501
Incal
Hi,
I noticed that on Chrome iOS I need two clicks to open a link.
I disabled all plugins but these 6 and the issue persists:
Advanced Custom Fields
FacetWP
FacetWP – Flyout menu
GenerateBlocks
GenerateBlocks Pro
GP PremiumI also turned off the JS/CSS minification from Kinsta CDN (Cloudflare).
Do you know where it could come from?
Many thanks,
KevinJuly 5, 2022 at 3:49 am #2273559David
StaffCustomer SupportHi there,
can you temporarily disable the Back to Top button and let me know if the issue persists.
July 5, 2022 at 3:56 am #2273564Incal
Hi David,
Indeed that solved it!
Is there any way to keep the button? Not a big deal if I need to disable it, but I find it useful.
Thanks a lot,
KevinJuly 5, 2022 at 4:11 am #2273574David
StaffCustomer SupportHmmm…. we have had a few reports of this now.
Its a pain, as only affects some sites and not others, and only seems to break on iOS Chrome, which makes it a pain to debug.We don’t yet have a solution to that, but we are working on it.
July 5, 2022 at 4:12 am #2273575Incal
Hi David,
Ok thank you – no worries!
Best,
KevinJuly 6, 2022 at 3:21 am #2274589David
StaffCustomer SupportFor reference i raised a GitHub issue here:
https://github.com/tomusborne/generatepress/issues/407
If you want to comment you will then get auto updates on the issue.
November 29, 2022 at 1:08 am #2440488Kees
Hello,
I have the same problem. Back to top button in disabled and I don’t use the generatepress sticky navigation (hide-on-scroll) I saw in another post. But those options don’t solve the problem. Do you know what else it could be?
Thanks in advance.
Roy
November 29, 2022 at 3:08 am #2440647David
StaffCustomer SupportHi there,
can you raise a new topic where you can share a link to the site and we can take a look
December 2, 2022 at 2:30 pm #2447277K
Hey,
I had the same issue. This is actually a known bug on iOS that sometimes occurs when using the Delay JS. This bug causes links to not work until they are clicked twice.
I fixed the issue adding a Hook element:
Hook: wp_head
Location: Entire Site<script src="https://cdnjs.cloudflare.com/ajax/libs/fastclick/0.6.0/fastclick.min.js" integrity="sha512-oljyd1wg75alHReTpDvNIQ4Yj1wZwGxxZhJhId3vr2dKY+26/r/wmMrImwDgin03+7wxyhX+adOQB/2BTvO5tQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script>if ('addEventListener' in document) {document.addEventListener('DOMContentLoaded', function() {FastClick.attach(document.body);}, false);}</script>More details here => https://perfmatters.io/docs/delay-javascript/#ios-double-click
-
AuthorPosts
- You must be logged in to reply to this topic.