您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

wv0.native.js 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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_vx extends Component<Props> {
  50. constructor(props) {
  51. super(props);
  52. }
  53. render(){
  54. clog("VVX:")
  55. return (
  56. <View>
  57. <Text>Wview_vx</Text>
  58. </View>
  59. )
  60. }
  61. }
  62. // class Wview_vx
  63. // class Wview_v1 extends PureComponent<Props> {
  64. class Wview_v1 extends Component<Props> {
  65. constructor(props) {
  66. super(props);
  67. // const { palette } = useTheme();
  68. this.v1="a"
  69. // this.palette=palette
  70. tglob_au.reg_qxi_cb(this.rs_state.bind(this),"SET_TILE_VIEW_DIMENSIONS","RS_STATE")
  71. tglob_au.reg_dev_cb(this.rs_state2.bind(this),"rerender_Wview_v1","rerender")
  72. clog("Wview_v1 init")
  73. }
  74. rs_state2(a1,a2,a3,a4,a5){
  75. this.setState(() => {
  76. return { unseen3: Math.random() }
  77. });
  78. }
  79. rs_state(a1,a2,a3,a4,a5){
  80. // clog("RS_STATE",this,{a1,a2,a3,a4,a5})
  81. // clog("RS_STATE",{a1,a2,a3,a4,a5})
  82. this.setState(() => {
  83. // console.log('setting state');
  84. var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_dev",{that:this},{}) : {}
  85. // return { unseen: "does not display" }
  86. return { unseen2: wv0_dev.ret }
  87. });
  88. /*
  89. try {
  90. // var s = this.props
  91. var s = this.state
  92. clog("::::",s)
  93. } catch (err){
  94. console.error("ERR:,")
  95. }
  96. */
  97. }
  98. /*
  99. componentDidMount() {
  100. setInterval(() => {
  101. this.setState(() => {
  102. // console.log('setting state');
  103. var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_dev",{that:this},{}) : {}
  104. return { unseen: "does not display" }
  105. // return { unseen: wv0_dev.ret }
  106. });
  107. }, 1000);
  108. }
  109. */
  110. render() {
  111. var wb_url
  112. clog("Wview_v1 render")
  113. // console.log("wview_v1 render.")
  114. if (glob_vhook?.fns?.gen_xcal_room3) {
  115. wb_url = glob_vhook.fns.gen_xcal_room3().room_url
  116. } else {
  117. // wb_url = "https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"
  118. wb_url = "https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"
  119. }
  120. var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
  121. var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
  122. // <View
  123. // style = {wv0_styles.v1 || {}}
  124. // >
  125. var wv0_styles_dev = this.wv0_styles_dev || {}
  126. // window.postMessage("Your message");
  127. console.log(">>>>>>>..?")
  128. var injectedJs = `(function(){
  129. console.log(">>>>>>>..")
  130. this.webView.postMessage("ZZ")
  131. return "Send me back!"}());
  132. `;
  133. injectedJs =`
  134. setTimeout(function () {
  135. window.ReactNativeWebView.postMessage("Hello!")
  136. console.log("QWETUI\n")
  137. window.top.postMessage('hello2', '*')
  138. }, 2000)
  139. `
  140. // <View style = { wv0_styles.v1 || {} }>
  141. // style = {webview_style}
  142. // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
  143. // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
  144. // {t('polls.create.create')}
  145. // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
  146. return (
  147. <View style = { wv0_styles_dev.v1 || {} }>
  148. <Text style = { wv0_styles_dev.txt || {} }
  149. >
  150. Z??
  151. </Text>
  152. <Wview_vx style = { wv0_styles_dev.vvx || {} }></Wview_vx>
  153. <WebView source = {{uri:wb_url}}
  154. style = {wv0_styles_dev.webview_style || {}}
  155. injectedJavaScript={injectedJs}
  156. startInLoadingState
  157. javaScriptEnabledAndroid={true}
  158. javaScriptEnabled={true}
  159. onMessage={onMsg}
  160. ></WebView>
  161. <Button
  162. style = { wv0_styles_dev.vb1 || {}}
  163. color = { wv0_styles_dev.vb1_color || "#00ffffff" }
  164. onPress = {fncb_only("vb1_press").fn.bind(this)}
  165. >
  166. {wv0_styles_dev.vb1_txt || "udef"}
  167. </Button>
  168. <Text2 style = { wv0_styles_dev.txt2 || {} }
  169. >
  170. Z2
  171. </Text2>
  172. </View>
  173. )
  174. }
  175. }
  176. // color = { this.palette.screen01Header }
  177. export {Wview_v1}