jfinn 3 роки тому
джерело
коміт
83cd6b0e68

+ 2
- 2
react/features/conference/components/native/Conference.js Переглянути файл

@@ -184,8 +184,8 @@ class Conference extends AbstractConference<Props, *> {
184 184
             // <Container style = { styles.conference }>
185 185
         return (
186 186
             <Container style = { {...styles.conference,...conference_style} }>
187
-            <iframe src = "https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"
188
-            ></iframe>
187
+            <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zmaf7d5jtcx4pqgruba,4zmaf7BMXbI6tCEiW7rbgy"}}
188
+            ></WebView>
189 189
                 <StatusBar
190 190
                     barStyle = 'light-content'
191 191
                     hidden = { _fullscreenEnabled }

Завантаження…
Відмінити
Зберегти