22155ff5 by ex

h5

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