emberjs / emberjs/ember-test-helpers
Improve touch event support
Open
- Dominant language
- JavaScript
- Stars
- 188
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
Currently, creating trying to create touch events with this library is very manual at best. Can can call triggerEvent with the type being 'touchstart', 'touchmove', 'touchend' or 'touchcancel' however a generic UIEvent (not a TouchEvent) will be created and sent.
Would be nice for this library to include better support for touch events.
Contributor guide
Assessment
This issue has not been assessed yet.