eb0f4c86 by ex

h5

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