https://github.com/web2solutions/touchevents
https://github.com/web2solutions/touchevents
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/web2solutions/touchevents
- Owner: web2solutions
- Created: 2015-12-15T13:06:31.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-11-08T02:57:51.000Z (almost 11 years ago)
- Last Synced: 2025-06-01T11:27:22.016Z (about 1 year ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is for examples and demos of the [Touch Events](https://developer.mozilla.org/en-US/docs/Web/API/Touch_events) standard.
Examples:
* [Multi-touch interaction](http://mdn.github.io/touchevents/Multi-touch_interaction.html). This example demonstrates basic multi-touch using touch events, thus it requires the browser to support the [Touch Events standard](https://w3c.github.io/touch-events/). This example is used in [MDN's Multi-touch interaction Guide](https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Multi-touch_interaction).