swapping to webview webrtc setup as temp solution
will build a custom C# webrtc implementation later
This commit is contained in:
@@ -53,6 +53,14 @@
|
||||
Spacing="8" />
|
||||
</ScrollView>
|
||||
</Border>
|
||||
<Border x:Name="RtcView"
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
StrokeThickness="1"
|
||||
Padding="10"
|
||||
IsVisible="False">
|
||||
<WebView Source="test.html"/>
|
||||
</Border>
|
||||
|
||||
<!-- Input -->
|
||||
<Grid Grid.Row="2"
|
||||
@@ -69,6 +77,11 @@
|
||||
Text="Send"
|
||||
Clicked="SendButton_OnClicked" />
|
||||
</Grid>
|
||||
|
||||
<!-- Swap View -->
|
||||
<Button x:Name="ViewSwapped" Grid.Row="2" Grid.Column="0"
|
||||
Text="Swap to WebView"
|
||||
Clicked="SwapView_OnClicked" />
|
||||
|
||||
</Grid>
|
||||
</ContentPage>
|
||||
Reference in New Issue
Block a user