ITAgnesmeyer
ITAgnesmeyer
OK Found Solution: IN WebWindow.h add: ```c# wil::com_ptr _webviewWindow5; ``` In WebWindow.Windows.cpp add: ```c# ... // Create a WebView, whose parent is the main window hWnd env->CreateWebView(_hWnd, Callback( [&, this](HRESULT...
You're right, currently the frames property doesn't return a list of window items. You can only access an IFrame element by its ID. You cannot access the window object of...
If you got the IFrame DOMElement you can call GetPorperty("srcdoc") https://www.w3schools.com/tags/tag_iframe.asp
Yes, you're right. The project uses the native API of WebView2 and occludes it. Very similar to the WebView components from MS. This project is almost as old as the...