From 36b9be950ed8ca0e8e6e91ff581f2a5f96cda21b Mon Sep 17 00:00:00 2001 From: Duncan Cumming Date: Tue, 28 Mar 2017 14:28:56 +0100 Subject: [PATCH] Update tips.md Replacing URL with most recent available Wayback Machine archive version, as Google have removed this article --- tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips.md b/tips.md index 426f005..36026c4 100644 --- a/tips.md +++ b/tips.md @@ -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