Google recaptcha error in ie 11

前端 未结 5 1626
北荒
北荒 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:06

    Add this meta on the html header to enable some HTML5 feature for Internet Explorer 11..

    
    

    If it's not working then open Compability View Settings and remove google.com
    Open developer tools and go to Emulation tab then change document mode to Edge..

    If it's still not working then add this polyfill on the header..

    
    

    Actually invisible recaptcha already supported for Android Stock Browser 4.0+ too.. So you don't need to worry if only old browser that doesn't supported..

提交回复
热议问题