-
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
Execute not working in iPhone #13
Comments
@jawadm you have an error with onReady and this is why it works. In your case on ready is called on render as you are not having it as a callback function but instead calling it. Anyhow I think I had the same problem and managed to resolve it. In my case when the captcha was loaded It opened the web view without calling onExecute. Gould you please describe what happens and if we have the same problem I will open a pull request. |
I have the same problem. Neither onReady or onExecute are triggering. I'm testing on Android with react-native 0.61.5 |
Use this library https://www.npmjs.com/package/react-native-secure-captcha-v3 |
I implemented an invisible Recaptcha in my app. The onReady fires for both Android and iOS but onExecute doesn't for iOS, at least on my iPhone. Is there a way to get the token with a function call?
The text was updated successfully, but these errors were encountered: