|
@@ -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
|
|
@@ -62,11 +62,12 @@ class Wview_v1 extends PureComponent<Props> {
|
62
|
62
|
// <View style = { wv0_styles.v1 || {} }>
|
63
|
63
|
// style = {webview_style}
|
64
|
64
|
|
65
|
|
- // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
|
|
65
|
+ // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
|
|
66
|
+ // <WebView source = {{uri:"wb_url"}}
|
66
|
67
|
return (
|
67
|
68
|
<View style = { wv0_styles_dev.v1 || {} }>
|
68
|
69
|
|
69
|
|
- <WebView source = {{uri:wb_url}}
|
|
70
|
+ <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
|
70
|
71
|
style = {wv0_styles_dev.webview_style || {}}
|
71
|
72
|
></WebView>
|
72
|
73
|
|