Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ delete Hammer.defaults.cssProps.userSelect;
````

### "After a tap, also a click is being triggered, I don't want that!"
That click event is also being called a 'ghost click'. I've created a small function to prevent clicks after a touchend. It is heavily inspired from [this article from Ryan Fioravanti](https://developers.google.com/mobile/articles/fast_buttons#ghost).
That click event is also being called a 'ghost click'. I've created a small function to prevent clicks after a touchend. It is heavily inspired from [this article from Ryan Fioravanti](https://web-beta.archive.org/web/20150406091222/https://developers.google.com/mobile/articles/fast_buttons).

- https://gist.github.com/jtangelder/361052976f044200ea17