bobby
11/03/2020, 7:57 AMloadUrl()
instead of evaluateJavascript()
to call a javascript function from a Webview? My target device is 23+
From what I see in the documentation is that you should use evaluateJavascript()
to call javascript function if the device KitKat+, the loadUrl()
is for older device. The reason why I don't want to use evaluateJavascript()
is because it's run asynchronously, which is not what I want.
I had seek for the answers online but I still don't get it.
Thanks for helping!Casey Brooks
11/04/2020, 3:23 PMbobby
11/11/2020, 10:19 AM