-
Notifications
You must be signed in to change notification settings - Fork 48
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
Invisible captcha not rendered properly on iOS #9
Comments
I'm guessing if you want it to be visible you need the reCaptchaType to be They types are |
Technically I don't want it to be visible, but this is what I get when I render it with the type reCaptchaType=1. On android it seems to be working normally. The invisible captcha is supposed to actually be completely invisible, with no rendering on screen at all? I'm new to reCaptcha so I might have mistaken somehow. |
Ah got you, what if you remove the containerStyle that's setting the width and height? |
The default values for the containerStyle are height: 100% and width:100%, so the values I've assigned do not actually have an impact to the way it's rendered here. On android it seems to be rendering just normally, as in the captcha actually being 80px hight with wider width. I'd think it's some kind of a bug with iOS webview |
I'm new to it too, but that's my understanding with V3, it just works in the background and gives you a score for the user. |
how do we execute the recaptcha like on button click or something ?? |
@acsant please assist |
You can achieve that the following way: The below example code is not tested but the idea is the following When the button is clicked the captcha is loaded and once the token is received the actual process that requires the captcha is started.
|
Use this library https://www.npmjs.com/package/react-native-secure-captcha-v3 |
The captcha is not being rendered properly. It's super small, even though the container is 100% width and 80px high.
The text was updated successfully, but these errors were encountered: