Tapping on does not auto-focus linked in Mobile Safari but If an empty function as clickhandler is defined like this
document.getElem
People using FastClick:
Use this CSS:
label > * { display: block; pointer-events: none; }
see this issue: https://github.com/ftlabs/fastclick/issues/60
and this codepen: http://codepen.io/visnup/pen/XJNvEq