In web applications but accessed through idevices, fastclick blocks triggers.
Fastclick programmers themselves recommend careful use of fastclick in newer browsers.
"Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. Consider carefully whether you really need to use it."
In an application that makes use of google's APIs (google places) a trigger is triggered place_changed but in idevices never gets this event due to fastclick, having been the solution to disable fastclick for the elements that are generated through this api.