fjcaetano / ReCaptcha

[In]visible ReCaptcha v2 for iOS
http://blog.flaviocaetano.com/post/recaptcha-reaches-1-dot-0/
MIT License
267 stars 133 forks source link

ReCAPTCHA challenge not showing in the library example. #128

Closed light-cloud closed 1 year ago

light-cloud commented 1 year ago

Bug description

ReCAPTCHA challenge not loading in the library example.

To Reproduce

Steps to reproduce the behaviour:

  1. Download the library.
  2. Open Example project.
  3. Set correct siteKey and site url.
  4. Run the code. Force the challenge to appear.

Actual behaviour

White screen. Challenge not displayed.

Expected behaviour

ReCAPTCHA challenge with pictures appears.

kubatruhlar commented 1 year ago

It seems like it has generally stopped showing challenges, regardless of the site keys/domains used for initialization. FYI @fjcaetano

light-cloud commented 1 year ago

Added possible fix with css rule for width height. https://github.com/fjcaetano/ReCaptcha/pull/129

fsljivo commented 1 year ago

It stopped working for me too

Ded77 commented 1 year ago

Thank you @light-cloud, your PR fixes the issue!

thedemonswithin commented 1 year ago

Thank you @light-cloud, it works now

morluna commented 1 year ago

Hi all, we believe our app was affected by this. Will we need to bump the version or should this fix resolve the issue without need to upgrade?

fjcaetano commented 1 year ago

I don't have an estimate of when this will be released as a new version. In the meantime, you should be able to update the lib with these changes by pointing to the commit dc2b4414e707fb55db7f075c1456f10fda43191c, currently at the head of the master branch.