instance.DroidInstance.WebView.EvaluateScript("")
Does this method support cross-domain execution of js? When I solve recaptcha through js, I need cross-domain. (I know zennodroid has a plug-in to solve recaptcha, but it doesn't work properly and always prompts CAPTCHA not found)
I tried many times and failed.
Can you provide a method to execute js across domains?