updated and connected webview to C#
This commit is contained in:
@@ -59,7 +59,15 @@
|
||||
StrokeThickness="1"
|
||||
Padding="10"
|
||||
IsVisible="False">
|
||||
<WebView Source="test.html"/>
|
||||
<!-- <WebView Source="test.html"/> -->
|
||||
<Grid RowDefinitions="Auto,*"
|
||||
ColumnDefinitions="*">
|
||||
<Button Text="Send message to JavaScript"
|
||||
Clicked="OnSendMessageButtonClicked" />
|
||||
<HybridWebView x:Name="hybridWebView"
|
||||
RawMessageReceived="OnHybridWebViewRawMessageReceived"
|
||||
Grid.Row="1" />
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
<!-- Input -->
|
||||
|
||||
Reference in New Issue
Block a user