瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
fe06b1fc52
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      mdev/wv0.native.js

+ 4
- 1
mdev/wv0.native.js 查看文件

76
 
76
 
77
 
77
 
78
   // window.postMessage("Your message");
78
   // window.postMessage("Your message");
79
-            var injectedJs = `(function(){return "Send me back!"}());
79
+            var injectedJs = `(function(){
80
+
81
+this.webView.postMessage("ZZ")
82
+                return "Send me back!"}());
80
 `;
83
 `;
81
 
84
 
82
              // <View style = { wv0_styles.v1 || {} }>
85
              // <View style = { wv0_styles.v1 || {} }>

Loading…
取消
儲存