angular2-recaptcha
angular2-recaptcha copied to clipboard
Angular 2 : Typescript component for Google reCaptcha
I am using this control in my angular ionic app. I am following the [guideline](https://github.com/xmaestro/angular2-recaptcha) to load and implement the plugin. The control loads correctly for this first time or...
i followed the instructions, installed the module, imported on ngModule, got the site key, everything as usual (done it before on angular 5), but this time with angular 6.0.3, i...
I have issues with responsive mode. I have set size attribute as **compact** mode for mobile, But thats not looks good, So can you tell how to tell the custom...
The recaptcha component seems to bind event listeners to the `window` object. Particularly, there is a scroll listener which triggers change detection several thousands of times, and slows down the...
I noticed that he makes the request for api from Google. However, the `this.captcha.getResponse()` method is returning empty. in my html: ``` ```
www.google.com is not accessible in some places, allow a configuration option for loading the recaptcha script from recaptcha.net instead: https://developers.google.com/recaptcha/docs/faq
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...