65654f9b by ex

js

1 parent 245acb2d
...@@ -100,6 +100,11 @@ if(isAndroid || isiOS) { ...@@ -100,6 +100,11 @@ if(isAndroid || isiOS) {
100 setupWebViewJavascriptBridge(function(bridge) { 100 setupWebViewJavascriptBridge(function(bridge) {
101 if(isAndroid) { 101 if(isAndroid) {
102 appClient = new AppClient(bridge, true); 102 appClient = new AppClient(bridge, true);
103 layer.open({
104 content: JSON.stringify(appClient),
105 time: 2
106
107 })
103 bridge.init(function (message, responseCallback) { 108 bridge.init(function (message, responseCallback) {
104 responseCallback({'Javascript Responds': 'Wee!'}) 109 responseCallback({'Javascript Responds': 'Wee!'})
105 }) 110 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!