_NetWebView2_Navigate() + _NetWebView2_Navigate() $iWaitMessage = $NETWEBVIEW2_MESSAGE__TITLE_CHANGED + CLEANUP#54
Merged
ioa747 merged 3 commits intoioa747:mainfrom Feb 2, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…E_CHANGED
Important
Thanks for your effort and interest 💛 in improving the project. It's very appreciated.
Description
_NetWebView2_Navigate() + _NetWebView2_Navigate()
$iWaitMessage = $NETWEBVIEW2_MESSAGE__TITLE_CHANGED
as default
🔗 Linked GitHub Issues
none
Closes #<number>
📋 What is the current behavior?
by default Navigation is waiting for COMPLETE but this is not entire process done by Browser/WebView2 component
🚀 What is the new behavior?
by default Navigation waiting till Title Change which is probable the last fired event in navigation process done by browser/WebView2 component.
Type of changes
Breaking changes 🔥
How and where was this tested?
🖥️ Describe where you tested your changes
System:
Context:
NetJson.ParserNetWebView2.Manager - WebView2NetWebView2.Manager - Bridge🔬 Describe how you tested your changes
Checklist
Additional context
https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/wpf#step-7---navigation-events
Screenshots
none
Note to reviewers
none