html - Windows Phone - Hyperlinks Requiring Long Press -


so i've run in issue when testing site on nokia lumia 920, seems occurring on site.

basically, when pressing hyperlink, nothing happens apart hover effect being applied very, briefly, , grey opacity background appearing. link clicked i'm having hold finger down short amount of time, not quite long enough context menu opens.

is there can work out causing or fixes can try?

i have tried following on body doesnt' seem have helped any:

-ms-touch-action: manipulation; /* ie10  */ touch-action: manipulation;     /* ie11+ */ 

thanks


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -