douglasjunior / react-native-recaptcha-that-works

⚛ A reCAPTCHA bridge for React Native that works (Android and iOS)
MIT License
165 stars 33 forks source link

iOS: Invisible reCaptcha show Image grid #22

Closed dcharya closed 2 years ago

dcharya commented 2 years ago

@douglasjunior I am trying to implement invisible reCaptcha. On iOS I notice on first attempt, App display image grid.

<Recaptcha
        ref={recaptcha}
        siteKey="<Site-Key>"
        baseUrl="https://my.nasdaq.com"
        onVerify={onVerify}
        onExpire={onExpire}
        size="invisible"
/>
douglasjunior commented 2 years ago

By "image grid" do you mean the challenge window?

image

If yes, the challenge window can appear in any "type", this is calculated by recaptcha.

rohithnair1996 commented 2 years ago

Having the same issue. Any solution ?

douglasjunior commented 2 years ago

This is not an issue, this is how the reCAPTCHA works.