22155ff5 by ex

h5

1 parent 5cb6b8c4
......@@ -99,9 +99,13 @@ if(isAndroid || isiOS) {
setupWebViewJavascriptBridge(function(bridge) {
if(isAndroid) {
layer.open({
content: '22',
time: 2
})
bridge.init(function (message, responseCallback) {
responseCallback({'Javascript Responds': 'Wee!'})
appClient = new AppClient(window.WebViewJavascriptBridge, isAndroid);
appClient = new AppClient(bridge, 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!