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
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);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With