FastClick is instantiated on the document body. A label element is wrapped around an anchor element. Tapping the anchor element should cause the label's the associated input control to gain focus.

This works because the CSS rule label > a { pointer-events: none; } is being used.