So, I'm building forms specifically for use on the iPad - and I noticed that clicking the labels just simply doesn't work in Mobile Safari but works in various other browsers like Chrome, Firefox etc.
This is a major pain as on the iPad 3 it is especially tricky to select a checkbox.
Through further research I've discovered clicking of "text labels" is disabled because priority is given to the "Copy+Paste" function on the iPad or something to that degree.
Interestingly, an 'odd' solution surfaced here..
http://stackoverflow.com/questions/4142520/label-not-clickable-in-jqtouch
Where an alternative to using JS was suggested.
"There is an obscure trick for this, using CSS:
label { cursor: pointer; }
And it will work on iPhone and iPad."
Is this true? If so - we need a new setting in GF to enable this on forms designed for use on the iPad asap.
Any suggestions on how I can implement this in the mean time to display on all check boxes?