You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not been bale to find a sample for tab navigation in C#. The current control does not support tab navigation. I found a sample in C++ but it would help a lot of people having an example of how to create multiple tabs in the same app and pass the security context from tab to tab.
The text was updated successfully, but these errors were encountered:
Hey @jcmontoya - in general the model is to have 1:1 WebView2 to tab. If you use the same user data folder, the WebView2's will share the browser process and create separate renderer processes for the different sites, and this approximates the process model of the browser today. You can find out more about the process model here: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/process-model
The integration is not fully there. Right-clicking links show Open in New Window and not Open in New Tab. Links opened in New Windows make the URL readonly.
I have not been bale to find a sample for tab navigation in C#. The current control does not support tab navigation. I found a sample in C++ but it would help a lot of people having an example of how to create multiple tabs in the same app and pass the security context from tab to tab.
The text was updated successfully, but these errors were encountered: