You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebView2APISample is an example of an application that embeds a WebView within a Win32 native application. It is built as a Win32 [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) project and makes use of both C++ and HTML/CSS/JavaScript in the WebView2 environment.
24
24
@@ -57,7 +57,7 @@ This hybrid approach allows you to create and iterate faster using web technolog
57
57
58
58
Both of these parts of the Sample App are displayed in the image below:
1. Section One: The top part of the Sample App is a Win32 component written in C++. This part of the application takes in UI inputs from the user and uses them to control the WebView.
63
63
@@ -99,7 +99,7 @@ This component handles commands from the View menu, and any functionality relate
99
99
100
100
This component is created when you select the Scenario/Web Messaging menu item. It implements an example application with a C++ part and an HTML+JavaScript part, which communicate with each other by asynchronously posting and receiving messages.
#### 9. ScenarioAddHostObject.cpp and ScenarioAddHostObject.html
105
105
@@ -212,7 +212,7 @@ First, navigate to the ScenarioWebMessage application within the Sample App, usi
212
212
213
213
The WebView should display a simple webpage titled: "WebMessage sample page". The code for this page can be found in the `ScenarioWebMessage.html` file.
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments