angular2-recaptcha icon indicating copy to clipboard operation
angular2-recaptcha copied to clipboard

reCaptcha API makes Angular zone unstable for first 30 seconds after load.

Open pumbox opened this issue 7 years ago • 0 comments

It appears that Angular zone is being blocked after loading reCaptcha component. This happens right after loaded Google API calls window["reCaptchaOnloadCallback"] callback. The same behaviour is noticed on new captcha request using this.captcha.reset();

After 30 seconds angular zone is released without any error. This timer task is called after 30 seconds. recaptcha

pumbox avatar Aug 27 '18 11:08 pumbox