Internet Explorer 10 and Windows apps using JavaScript for Windows 8 introduced support in the web platform for handling touch and pen input, has anyone tried jscript on these platforms to see if touch-based gesture events are workable through Xwidgets?
It seems there are two approaches, using standard javascript touch events or MSgestures, I'd appreciate any feedback as to whether either javascript touch events or the MS gesture support is supported or available to Xwidgets.
A link describing the gesture events supported by MS:
https://msdn.microsoft.com/en-us/library/hh673557(v=vs.85).aspxA link describing the gesture events supported by standard javascript:
http://www.creativebloq.com/javascript/make-your-site-work-touch-devices-51411644I only have windows 7 here so I can't try it myself.