When I select the Windows Phone 10 browser profile at the Microsoft Edge developer tools emulation tab, 'ontouchstart' in window
returns true
but the touchstart
event is not fired.
Is this a bug? Does a real Windows 10 phone behave the same way? Is there a way to emulate touchstart on Edge?
Note: I know the pointerup
event, but I thought that, if only pointerup
is fired, 'ontouchstart' in window
should be false
.