65654f9b by ex

js

1 parent 245acb2d
......@@ -100,6 +100,11 @@ if(isAndroid || isiOS) {
setupWebViewJavascriptBridge(function(bridge) {
if(isAndroid) {
appClient = new AppClient(bridge, true);
layer.open({
content: 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!