I wrote a function that will auto-advance a user to the next field of a form once they satisfy the requirements of that field.
My problem is that when using this in an iPad, instead of focusing the next field it just hides the keyboard.
I have given up trying to fix this and am looking for a way to detect this.... trying to be a purest and not use browser detection but don't see an alternative.
Anyone have a FEATURE DETECTION method for this?