jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

Links hover effect issue #198

Closed DimoStoyanov closed 6 years ago

DimoStoyanov commented 10 years ago

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?