Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat(browserTrigger): add support TouchEvent #5344

Closed
wants to merge 1 commit into from

Conversation

munet9
Copy link

@munet9 munet9 commented Dec 10, 2013

To simulate Touch-enabled device in ngTouch test.
browserTrigger(element, 'touchstart') generates TouchEvent not MouseEvent.

Closes #4997

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@ghost ghost assigned tbosch Dec 10, 2013
To simulate Touch-enabled device in ngTouch test.
```browserTrigger(element, 'touchstart')``` generates TouchEvent not MouseEvent.

Closes angular#4997
@petebacondarwin
Copy link
Member

This was fixed by 06a9f0a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

browserTrigger doesn't support TouchEvent.
5 participants