You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be very nice to have some callback, e.g. (loaded) event, in <re-captcha>, without needing to create a customized RecaptchaLoaderService.
Loading the CAPTCHA may take a while, especially on a slow connection, so it'd make sense to display a spinner in the containing element. That spinner could then be removed in the proposed (loaded) event handler.
The text was updated successfully, but these errors were encountered:
Hi @yktoo ! You are absolutely right, having such an event would certainly be a useful addition to the component API. Maybe even include a RecaptchaLoaderService.preload() method for potential onHover preloading 🤔
It would be really nice feature, I also need loaded event. I want to add transform style on fully rendered dynamic captcha but since i don't know when captcha is rendered i am unable to call my function which will reset transform on captcha load.
Currently I am using javascript setTimeout function with some timeout and inside that i am calling my transform function.
Thanks for the great component!
It'd be very nice to have some callback, e.g.
(loaded)
event, in<re-captcha>
, without needing to create a customizedRecaptchaLoaderService
.Loading the CAPTCHA may take a while, especially on a slow connection, so it'd make sense to display a spinner in the containing element. That spinner could then be removed in the proposed
(loaded)
event handler.The text was updated successfully, but these errors were encountered: