Bläddra i källkod

auto commit

app
jfinn 3 år sedan
förälder
incheckning
8270e737bc
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5
    0
      mdev/wv0.native.js

+ 5
- 0
mdev/wv0.native.js Visa fil

83
 this.webView.postMessage("ZZ")
83
 this.webView.postMessage("ZZ")
84
                 return "Send me back!"}());
84
                 return "Send me back!"}());
85
 `;
85
 `;
86
+injectedJs =`
87
+          setTimeout(function () {
88
+            window.ReactNativeWebView.postMessage("Hello!")
89
+          }, 2000)
90
+`
86
 
91
 
87
              // <View style = { wv0_styles.v1 || {} }>
92
              // <View style = { wv0_styles.v1 || {} }>
88
             // style = {webview_style}
93
             // style = {webview_style}

Laddar…
Avbryt
Spara