I'm building a mobile site using Snap.js for sliding sidebars.
Here is my issue:
When I include snap.js in my html, and brows the website on a mobile device (an iPhone in particular) when I scrolling through a link in order to scroll down (not hitting the link), the hover effect appears.
When I remove snap.js from the code, everything acts normal.
I have tried -webkit-tap-highlight-color: rgba(0,0,0,0); and all that stuff, but nothing helps.
Hi guys,
I'm building a mobile site using Snap.js for sliding sidebars. Here is my issue:
When I include snap.js in my html, and brows the website on a mobile device (an iPhone in particular) when I scrolling through a link in order to scroll down (not hitting the link), the hover effect appears.
When I remove snap.js from the code, everything acts normal.
I have tried -webkit-tap-highlight-color: rgba(0,0,0,0); and all that stuff, but nothing helps.
Did someone solve this issue?