5cb6b8c4 by ex

h5

1 parent 929682f6
......@@ -97,14 +97,11 @@ if(isAndroid || isiOS) {
}
}
setupWebViewJavascriptBridge(function(bridge) {
layer.open({
content: bridge,
time: 4
})
if(isAndroid) {
bridge.init(function (message, responseCallback) {
responseCallback({'Javascript Responds': 'Wee!'})
appClient = new AppClient(bridge, isAndroid);
appClient = new AppClient(window.WebViewJavascriptBridge, isAndroid);
})
}
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!