Skip to main content

All Questions

4 votes
0 answers
335 views

Issue with Recaptcha SDK Initialization on Android

We have integrated reCaptcha enterprise in our android app. Gradle dependency we are using is 'com.google.android.recaptcha:recaptcha:18.0.1'. There are reports from our users that they are not able ...
ichthyocentaurs's user avatar
0 votes
1 answer
132 views

React native recaptchaV3 returns on onMessage() not working

Since most of the react-native-recaptchaV3 libraries are outdated, im trying to create component to get invisible recaptchaV3. But onMessage() returns nothing to get token. Can anyone help me to get ...
Manojkanth's user avatar
  • 1,149
1 vote
0 answers
183 views

How to prevent android recaptcha dialog from dismssing onclick of outside?

I am using reCAPTCHA v2 in my Android application for verifying genuine users.When any user clicks on window outside the recaptcha it gets dismissed.I dont want to get it dismissed.Hot to achieve ...
Yogesh Katkar's user avatar
0 votes
0 answers
210 views

Not getting reCAPTCHA for Android images on some devices

I'm trying to implement Google reCAPTCHA for Android. The problem I'm facing is I'm not able to see reCAPTCHA images, physical Android devices are directly getting success response whereas emulators ...
Rajat Devdhar's user avatar
2 votes
0 answers
740 views

reportFullscreenMode on inexistent InputConnection finishComposingText on inactive InputConnection

I am creating a reCaptcha for app The application runs perfectly without any error but when I click on POST Button for the ReCaptcha Verification then it gives following warning: W/...
Nikhil Shende's user avatar