WebViewJavascriptBridge icon indicating copy to clipboard operation
WebViewJavascriptBridge copied to clipboard

An Android bridge for sending messages between Java and JavaScript in WebView. and this is also a mirror of https://github.com/marcuswestin/WebViewJavascriptBridge which supports IOS platforms.

Results 8 WebViewJavascriptBridge issues
Sort by recently updated
recently updated
newest added

I/chromium: [INFO:CONSOLE(1)] "Uncaught TypeError: WebViewJavascriptBridge._handleMessageFromJava is not a function", source: (1)

Is anyone has problem like me? I working with WebViewJavascriptBridge on Android M and everything work fine, but when I test into android 23 and 19 WebViewJavascriptBridge not working, **JS...

很奇怪,弄了好长时间..

need details

我在Activity的onCreate方法里面registerHandler(),不会调用handler方法,请问是什么原因?

Thanks for making this public. I am using golang on iOS and Android and when you compile for each mobile it generates the bindings to the Java and iOS code....