I am struggling to find a way to get Google's reCAPTCHA 2.0 to reliably work for IE users. Some IE users are getting the message:
"Please upgrade to a supported browser to get a reCAPTCHA challenge."
Many posts here and elsewhere say to add the following meta tag to the page, which I have done:
<meta http-equiv="X-UA-Compatible" content="IE=edge;" />
Adding this tag did not fix the problem and asking users of the site to try and change their browser settings is not an option.
Is there something else that I can do?
I am also getting "Object doesn't support property or method 'addEventListener'" errors in IE 11 and I suspect it's related to compatibility view as well. (jquery 2.1.4)