You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wv0.native.js 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. import { WebView } from 'react-native-webview';
  2. import React, { PureComponent,Component } from 'react';
  3. // Button as R_Button
  4. import { Button, useTheme } from 'react-native-paper';
  5. import {
  6. Animated,
  7. Keyboard,
  8. SafeAreaView,
  9. TextInput,
  10. TouchableHighlight,
  11. TouchableOpacity,
  12. View,
  13. // Text,
  14. } from 'react-native';
  15. import * as rn from 'react-native';
  16. var Text2 = rn.Text
  17. import {AbstractButton} from '../react/features/base/toolbox/components';
  18. import { Header, LoadingIndicator, Text } from '../react/features/base/react';
  19. function onMsg(event ){
  20. clog("OBMSG>>>>")
  21. var onMsg = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("onMsg",{that:this,event},{}) : {}
  22. }
  23. type Props = {}
  24. // class Wview_ui extends AbstractButton<Props> {
  25. class Wview_ui extends PureComponent<Props> {
  26. // class Wview_ui extends AbstractButton<Props, any> {
  27. // icon = "IconMessage";
  28. constructor(props) {
  29. super(props);
  30. this.v1="a"
  31. clog("Wview_v1 init")
  32. glob_vhook.nodes.wvui = this
  33. }
  34. render() {
  35. // return
  36. }
  37. }
  38. function fncb_only(fn_name){
  39. var ret
  40. if (window.glob_vhook.rcb[fn_name]){
  41. // ret = window.glob_vhook.rcb[fn_name](fn_name,o,dflt_ret)
  42. // (fn_name,o,dflt_ret)
  43. ret = {status:1,fn:window.glob_vhook.rcb[fn_name]}
  44. } else {
  45. ret = {status:0,fn:window.nop}
  46. }
  47. return ret
  48. }
  49. class Wview_v1 extends PureComponent<Props> {
  50. constructor(props) {
  51. super(props);
  52. // const { palette } = useTheme();
  53. this.v1="a"
  54. // this.palette=palette
  55. tglob_au.reg_qxi_cb(this.rs_state.bind(this),"SET_TILE_VIEW_DIMENSIONS","RS_STATE")
  56. clog("Wview_v1 init")
  57. }
  58. rs_state(a1,a2,a3,a4,a5){
  59. // clog("RS_STATE",this,{a1,a2,a3,a4,a5})
  60. // clog("RS_STATE",{a1,a2,a3,a4,a5})
  61. this.setState(() => {
  62. // console.log('setting state');
  63. var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_dev",{that:this},{}) : {}
  64. // return { unseen: "does not display" }
  65. return { unseen2: wv0_dev.ret }
  66. });
  67. /*
  68. try {
  69. // var s = this.props
  70. var s = this.state
  71. clog("::::",s)
  72. } catch (err){
  73. console.error("ERR:,")
  74. }
  75. */
  76. }
  77. componentDidMount() {
  78. setInterval(() => {
  79. this.setState(() => {
  80. // console.log('setting state');
  81. var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_dev",{that:this},{}) : {}
  82. return { unseen: "does not display" }
  83. // return { unseen: wv0_dev.ret }
  84. });
  85. }, 1000);
  86. }
  87. render() {
  88. var wb_url
  89. clog("Wview_v1 render")
  90. // console.log("wview_v1 render.")
  91. if (glob_vhook?.fns?.gen_xcal_room3) {
  92. wb_url = glob_vhook.fns.gen_xcal_room3().room_url
  93. } else {
  94. // wb_url = "https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"
  95. wb_url = "https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"
  96. }
  97. var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
  98. var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
  99. // <View
  100. // style = {wv0_styles.v1 || {}}
  101. // >
  102. var wv0_styles_dev = this.wv0_styles_dev || {}
  103. // window.postMessage("Your message");
  104. console.log(">>>>>>>..?")
  105. var injectedJs = `(function(){
  106. console.log(">>>>>>>..")
  107. this.webView.postMessage("ZZ")
  108. return "Send me back!"}());
  109. `;
  110. injectedJs =`
  111. setTimeout(function () {
  112. window.ReactNativeWebView.postMessage("Hello!")
  113. console.log("QWETUI\n")
  114. window.top.postMessage('hello2', '*')
  115. }, 2000)
  116. `
  117. // <View style = { wv0_styles.v1 || {} }>
  118. // style = {webview_style}
  119. // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
  120. // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
  121. // {t('polls.create.create')}
  122. // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
  123. return (
  124. <View style = { wv0_styles_dev.v1 || {} }>
  125. <Text style = { wv0_styles_dev.txt || {} }
  126. >
  127. Z??
  128. </Text>
  129. <WebView source = {{uri:wb_url}}
  130. style = {wv0_styles_dev.webview_style || {}}
  131. injectedJavaScript={injectedJs}
  132. startInLoadingState
  133. javaScriptEnabledAndroid={true}
  134. javaScriptEnabled={true}
  135. onMessage={onMsg}
  136. ></WebView>
  137. <Button
  138. style = { wv0_styles_dev.vb1 || {}}
  139. color = { wv0_styles_dev.vb1_color || "#00ffffff" }
  140. onPress = {fncb_only("vb1_press").fn.bind(this)}
  141. >
  142. {wv0_styles_dev.vb1_txt || "udef"}
  143. </Button>
  144. <Text2 style = { wv0_styles_dev.txt2 || {} }
  145. >
  146. Z2
  147. </Text2>
  148. </View>
  149. )
  150. }
  151. }
  152. // color = { this.palette.screen01Header }
  153. export {Wview_v1}