Experimental fix attempt in Board.vue (bad behavior on smartphones)
[vchess.git] / client / src / components / Board.vue
index 8d7f7bd..0f6bae3 100644 (file)
@@ -251,12 +251,12 @@ export default {
       {
         // NOTE: click = mousedown + mouseup
         on: {
-          mousedown: this.mousedown,
-          mousemove: this.mousemove,
-          mouseup: this.mouseup,
-          //touchstart: this.mousedown,
+//          mousedown: this.mousedown,
+//          mousemove: this.mousemove,
+//          mouseup: this.mouseup,
+          touchstart: this.mousedown,
           touchmove: this.mousemove,
-          //touchend: this.mouseup,
+          touchend: this.mouseup,
         },
       },
       elementArray