Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 517 Bytes

touch-sample

A sample project to explore the touch gestures.

API(s)

  • Touch events

Instructions

  • Touch the canvas to draw dots and lines.
  • The coordinates of the touches will appear in the output section below the canvas.

Notes

  • The project is intended to work on mobile devices only, and it has been tested on
    • Google Chrome 87 (mobile)
    • Mozilla Firefox 83 (mobile)

Documentation and useful resources