cancel
Showing results for 
Search instead for 
Did you mean: 

Have to click links twice - css/js issue?

Have to click links twice - css/js issue?

Hi guys,
I don't think this is exclusively related to Magento but it is an issue I am experiencing with Magento.

 

On all browsers (including Safari on Desktop) all links etc work fine.
On Safari on an iPad & iPhone there is an issue that requires links to be clicked twice to fire. However, this occurs only on the products grid page, not on the homepage or individual products pages - for example:
https://www.website.com/catagory.html - everything needs two clicks
https://www.website.com/product.html - works fine and as expected.

 

I initially thought this was to do with the known bug :hover css in ios but if it was then surely every link on the site would require double clicks rather than just on the category page?

Does anyone have any ideas?

Thank you for any help.

1 REPLY 1

Re: Have to click links twice - css/js issue?

As generally, the issues on iPhone and iPad are difficult to debug as you cannot do inspect element directly on the device to check if there is an error in the console or not. So you can try to implement this tool in Magento 

 

https://sentry.io/welcome/

 

This is free for 1 month and you just need to add only two lines in your header file (after all JS in Magento loads) once you create JS project in that portal it will give you some JS script.

So if there will be an error related to JS on your website you will receive an email. Hope this will help you.