Skip to content

johnpatek/wxwidgets-chromium-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxWebViewChromium Example

This is an example project that runs a React app in wxWebViewChromium to demonstrate how to use wxWebViewHandler and StartRequest.

Requirements

  • CMake >= 3.15
  • C++17
  • NodeJS

Building

The example program can be built using the following commands:

cmake -S . -B build
cmake --build build

This will handle building both the executable and the NodeJS project.

Screenshots

Here is the ReactJS app rendered in the WebView:

Basic Window

This is a popup message that is created when the wxWebViewHandler receives a POST request:

Post Message

About

Demo program for using Chromium custom wxWebViewHandler with StartRequest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors