ソースを参照

auto commit

app
jfinn 3年前
コミット
b487df98a3
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      mdev/wv0.native.js

+ 3
- 3
mdev/wv0.native.js ファイルの表示

@@ -52,7 +52,7 @@ class Wview_v1 extends PureComponent<Props> {
52 52
 
53 53
 
54 54
 
55
-        
55
+
56 56
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
57 57
                     var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
58 58
             // <View
@@ -63,11 +63,11 @@ class Wview_v1 extends PureComponent<Props> {
63 63
             // style = {webview_style}
64 64
                 
65 65
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
66
-            // <WebView source = {{uri:"wb_url"}}
66
+            // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
67 67
      	return (
68 68
              <View style = { wv0_styles_dev.v1 || {} }>
69 69
 
70
-            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
70
+            <WebView source = {{uri:wb_url}}
71 71
             style = {wv0_styles_dev.webview_style || {}}
72 72
             ></WebView>
73 73
 

読み込み中…
キャンセル
保存