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.
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 Patel wrote:
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
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.
Hi Atul,
Thanks!
Kilian Hekhuis wrote:
Thanku very much Kilian :)