'Analog iOS WKScriptMessageHandler for Android
I have some implementation in iOS app to make interactions between web and iOS application. This implementation uses WKScriptMessageHandler for receiving messages from WEB.
Can somebody tell me, how to find the same solution for Android?
I know that I can use webView.addJavascriptInterface(Object, String), but in fact I can't understand how much these.
Or maybe I should use something else?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
