I am having problem with using pointer and gesture events on windows 8.
The problem is that I am not able to detect any finger/gesture movement on my website through Javascript. I did follow the instruction from Microsoft: http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx.
However, it looks like even the simplest function window.navigator.msPointerEnabled
returns either null
or false
when it should return a true
(since I am using a Windows 8 tablet that is touch-enabled).
Does anyone have the same issue before? If so, how did you fix this problem?