Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
5ed11441fc
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      mdev/wview/wv1.native.js

+ 6
- 5
mdev/wview/wv1.native.js View File

11
      	var wb_url
11
      	var wb_url
12
      	clog("Wview_v1 render")
12
      	clog("Wview_v1 render")
13
      	console.log("wview_v1 render.")
13
      	console.log("wview_v1 render.")
14
-     	/*
14
+     	
15
      	if (glob_vhook?.fns?.gen_xcal_room3) {
15
      	if (glob_vhook?.fns?.gen_xcal_room3) {
16
-
16
+     		wb_url = glob_vhook.fns.gen_xcal_room3().room_url
17
      	} else {
17
      	} else {
18
-
18
+     		wb_url = "https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"
19
      	}
19
      	}
20
-     	*/
20
+     	
21
 
21
 
22
+            // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
22
 
23
 
23
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
24
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
24
      	return {
25
      	return {
25
 
26
 
26
-            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
27
+            <WebView source = {{uri:wb_url}}
27
             style = {webview_style}
28
             style = {webview_style}
28
             ></WebView>
29
             ></WebView>
29
 
30
 

Loading…
Cancel
Save