eb0f4c86 by ex

h5

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