450dec87 by ex

js

1 parent 39e1fc7f
......@@ -103,8 +103,11 @@ if(isAndroid || isiOS) {
}
setupWebViewJavascriptBridge(function(bridge) {
if(isAndroid) {
appClient = new AppClient(bridge, true);
appClient = new AppClient(window.WebViewJavascriptBridge, true);
layer.open({
content: JSON.parse(JSON.stringify(appClient)),
time: 2
})
bridge.init(function (message, responseCallback) {
responseCallback({'Javascript Responds': 'Wee!'})
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!