Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no way to know if a user pressed escape on the puzzle #293

Open
1 of 4 tasks
timothyBrake opened this issue Jun 6, 2023 · 1 comment
Open
1 of 4 tasks

Comments

@timothyBrake
Copy link

timothyBrake commented Jun 6, 2023

Summary

I'm submitting a:

  • bug report
  • feature request
  • question / support request
  • other

Description

There is currently no easy way to handle when the user sees the puzzle but then choses to close the popup by pressing e.g. escape or outside the puzzle popup.

There is no demo needed as there is no feature available to handle it like e.g. (cancelled).

Should be e.g.:

 <re-captcha 
              (cancelled)="newAwesomeHandler($event)"
              (errored)="onRecaptchaError($event)"
              errorMode="handled"
              size="invisible"
              (resolved)="resolvedInvisible($event)"
  ></re-captcha>

@DethAriel
Copy link
Owner

Hi @timothyBrake !

Is there a particular implementation strategy for adding such functionality that you have in mind and could thus recommend? From my current understanding of reCAPTCHA APIs, this isn't strictly possible to do in the scope of ng-recaptcha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants