34de3f92 by ex

h5

1 parent 22155ff5
......@@ -99,11 +99,12 @@ if(isAndroid || isiOS) {
setupWebViewJavascriptBridge(function(bridge) {
if(isAndroid) {
layer.open({
content: '22',
time: 2
})
bridge.init(function (message, responseCallback) {
layer.open({
content: '22',
time: 2
})
responseCallback({'Javascript Responds': 'Wee!'})
appClient = new AppClient(bridge, isAndroid);
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!