How do can I use google reCaptcha in-app?
With reCaptcha, I can detect robots in API and prevent fake request
I saw below library for this job
Can you help me about that or alternative that?
This class is compatible with B4A, B4J and B4i. It creates a random captcha image. Call IsMatch to check the user input and make sure to allow the user to refresh the images as some of the images will be very difficult to read. Note that it is case insensitive. You can modify the DrawPattern...
www.b4x.com
On the other hand, you can load the captcha code in web view, which is placed inside your layout or load the webview as a full page