Google recaptcha error in ie 11

前端 未结 5 1557
北荒
北荒 2021-02-06 01:48

I am getting the following error in IE 11:

SCRIPT5007: unable to get property \"toString\" of undefined or null reference recaptcha__iw.js (451, 41)

5条回答
  •  一个人的身影
    2021-02-06 02:09

    Add this line to your script where the file recaptcha_*.js is downloaded

    document.querySelector('body').setActive();
    

提交回复
热议问题