Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
13d5e497a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mdev/wv0.native.js

+ 1
- 1
mdev/wv0.native.js View File

78
 
78
 
79
   // window.postMessage("Your message");
79
   // window.postMessage("Your message");
80
             var injectedJs = `(function(){
80
             var injectedJs = `(function(){
81
-
81
+console.log(">>>>>>>..")
82
 this.webView.postMessage("ZZ")
82
 this.webView.postMessage("ZZ")
83
                 return "Send me back!"}());
83
                 return "Send me back!"}());
84
 `;
84
 `;

Loading…
Cancel
Save