Closed
Description
Hello
I am using ReCaptcha v1.3.1 and my validate
calling has no effect.
Steps to reproduce:
- In
didLoad
I create my ReCaptcha instance in Controller - Call
validate
method - Don't see a WebView widget with google recaptcha quiz
Also I noticed that if I comment this if statement it works properly. With this modification I see Recaptcha widget on the screen and also get a response token in success callback.
So debug tells me that didFinishLoading
of ReCaptchaWebViewManager
instance equals false
and it returns immediately from the execute
method.
Could you help me with this?
Thank a lot for lib.