Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reCaptcha cannot stop looping on Android Webview

I'm glad to join this community! and I'd like to begin making an interesting question,

I'm trying to watch a video on waaw.tv (Russian) and after passing DDos controls, appears a reCaptcha, and when I complete succesfully the code, appears again, as a looping. What I have to do on my WebView (Java, Android) to get rid of this reCaptcha once done?

Thanks you very much

like image 415
M. Mariscal Avatar asked Feb 25 '26 09:02

M. Mariscal


1 Answers

As it turns out, for some reason reCAPTCHA (at least Google's version 2) needs local storage enabled. We managed to solve the issue by using

webView.getSettings().setDomStorageEnabled(true);
like image 111
Giulio Piancastelli Avatar answered Feb 26 '26 21:02

Giulio Piancastelli



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!