Hi,
Isn’t the touch working in Edge browsers?
For e.g I tried to use this sample in Edge and it rotates, zooms etc with mouse, but not with touch.
Is there a way to get it working or fix for that?
Thanks
Hi,
Isn’t the touch working in Edge browsers?
For e.g I tried to use this sample in Edge and it rotates, zooms etc with mouse, but not with touch.
Is there a way to get it working or fix for that?
Thanks
What device are you using? Are other browsers working? I remember using Firefox on my Surface and touch events just registered as mouse events. ontouchdown was onmousedown and etc.
Looks like touch is disabled in Edge by default. I enabled it through
about:config and now it is working.
Thanks
Nice, glad you figured it out.