212
Views
5
Comments
Solved
[Google reCAPTCHA Web] How implement the ReCaptcha in a mobile application
Question
new-recaptcha
Web icon
Forge asset by OSRecaptcha Team

Some one can tell me how implement the recaptcha in a mobile application? 

I already have the secret and site keys, but i don't know how to change the component to be used in a mobile application.

2020-11-04 06-52-56
Atul Patel
Solution

Hello Mates,


I have created component illustrating implementation of Google's ReCaptcha for mobile applications, have a look.

https://www.outsystems.com/forge/component/2694/google-recaptcha/


Try it out: https://atul8255.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/GoogleReCaptcha/HomeScreen


Hope it will be helpful for the community :)


Thanks and Regards,

Atul Patel

2018-05-29 15-14-16
Jeff Williams

Atul Patel wrote:

Hello Mates,


I have created component illustrating implementation of Google's ReCaptcha for mobile applications, have a look.

https://www.outsystems.com/forge/component/2694/google-recaptcha/


Try it out: https://atul8255.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/GoogleReCaptcha/HomeScreen


Hope it will be helpful for the community :)


Thanks and Regards,

Atul Patel

Atul, Thanks for the post and component you created in the Forge! Very helpful.

In our app, we have a generic login/password form that the user first sees. Created a reCaptcha block just below these to display the checkbox/Captcha logo. Where would I place the JS code from ShowReCaptcha to enable reCaptcha to display automatically? (In other words, without press a button to trigger it's dispay).


Thank you.
Jeff Williams


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Melissa,

You can't. This component can only be used in web apps. There's an Android API for reCAPTCHA, but as far as I know has not been implemented in a component.

2020-11-04 06-52-56
Atul Patel
Solution

Hello Mates,


I have created component illustrating implementation of Google's ReCaptcha for mobile applications, have a look.

https://www.outsystems.com/forge/component/2694/google-recaptcha/


Try it out: https://atul8255.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/GoogleReCaptcha/HomeScreen


Hope it will be helpful for the community :)


Thanks and Regards,

Atul Patel

2018-05-29 15-14-16
Jeff Williams

Atul Patel wrote:

Hello Mates,


I have created component illustrating implementation of Google's ReCaptcha for mobile applications, have a look.

https://www.outsystems.com/forge/component/2694/google-recaptcha/


Try it out: https://atul8255.outsystemscloud.com/PreviewInDevices/?IsMobilePreview=True&DeviceName=Smartphone&URL=/GoogleReCaptcha/HomeScreen


Hope it will be helpful for the community :)


Thanks and Regards,

Atul Patel

Atul, Thanks for the post and component you created in the Forge! Very helpful.

In our app, we have a generic login/password form that the user first sees. Created a reCaptcha block just below these to display the checkbox/Captcha logo. Where would I place the JS code from ShowReCaptcha to enable reCaptcha to display automatically? (In other words, without press a button to trigger it's dispay).


Thank you.
Jeff Williams


2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Atul,

Thanks!

2020-11-04 06-52-56
Atul Patel

Kilian Hekhuis wrote:

Hi Atul,

Thanks!

Thanku very much Kilian :)


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.