929682f6 by ex

h5

1 parent 043d4494
......@@ -95,9 +95,12 @@ if(isAndroid || isiOS) {
callback(WebViewJavascriptBridge)
}, false)
}
}
setupWebViewJavascriptBridge(function(bridge) {
layer.open({
content: bridge,
time: 4
})
if(isAndroid) {
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!