smok95 / wv2

C/C++ wrapper for Microsoft Edge WebView2 Control
MIT License
13 stars 4 forks source link

NewWindowRequested #4

Closed Aut-Design closed 4 months ago

Aut-Design commented 4 months ago

need add NewWindowRequested

smok95 commented 4 months ago

Hello! It might take a while, but let me give it a shot.

smok95 commented 4 months ago

@Aut-Design I have added support for the NewWindowRequested event. However, not all features are supported yet. Please refer to the example for more details

Aut-Design commented 4 months ago

ICoreWebView2DocumentTitleChangedEventHandler ICoreWebView2WebResourceRequestedEventHandler ICoreWebView2DOMContentLoadedEventHandler ICoreWebView2DownloadStartingEventHandler ICoreWebView2ScriptDialogOpeningEventHandler Hello! Need Add