I have a unique requirement where in my application I need to intercept user input on webview2 control and preprocess user input prior to posting.
I have started with a sample code from the following location :
https://learn.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms
I have tried following callbacks but none of them is called when the user enter any information on the input box or click the button
NavigationStarting SourceChanged ContentLoading HistoryChanged NavigationCompleted
Only time I get the handle is when it requires to reload.
Any thoughs ..