https://github.com/amuramoto/pinch-test
https://github.com/amuramoto/pinch-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amuramoto/pinch-test
- Owner: amuramoto
- Created: 2016-11-17T00:09:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T01:11:17.000Z (over 8 years ago)
- Last Synced: 2025-01-02T01:43:16.562Z (5 months ago)
- Language: JavaScript
- Size: 974 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinch Test
This example reproduces a bug found by @dasilvacontin in hammer.js. The outer div has a hammer `pinch` and `pinchend` listener attached. The inner div has no event listener.
When the user starts with one finger in each div, then lifts both fingers simultaneously in the inner div, the `pinchend` event is not fired.
## Running it
1. npm install
2. ionic run ios --device