UndefinedOffset / silverstripe-nocaptcha

A spam protector and form field using Google's reCAPTCHA v2 or optionally a foundation v3 implementation
BSD 3-Clause "New" or "Revised" License
31 stars 37 forks source link

Scroll to captcha on small screen #35

Open RuthAdele opened 7 years ago

RuthAdele commented 7 years ago

If captcha checkbox fails, and the "please click on squares that show cats" game displays, then when proof of human is complete, the user must scroll back up to the captcha input box (iOS Safari).

It seems to be possible to overload the script on callback with something like in this SO post: https://stackoverflow.com/questions/41889296/google-recaptcha-scroll-to-bottom-of-page-when-verified-on-ios-devices/42673558#42673558

Note: it seems this is only an issue on iOS devices.