theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Implement touch interaction #37

Open JanKoehnlein opened 7 years ago

JanKoehnlein commented 7 years ago

We should directly handle touch gestures and avoid them being transformed to mouse events. I hope this will improve the performance and user experience on browsers different from Chrome.

JanKoehnlein commented 7 years ago

The touch pad of my MacBook does not generate touch events. Postponing this.