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
Is there a way to find all the open windows created by the WebView2 instance from the "native" context? Use case: we have an auth flow that uses window.open in the web view, but this specific code flow isn't storing the reference to the window. We then need to close that window from that native/C# side. Is there an API to find that open window?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to find all the open windows created by the WebView2 instance from the "native" context? Use case: we have an auth flow that uses
window.open
in the web view, but this specific code flow isn't storing the reference to the window. We then need to close that window from that native/C# side. Is there an API to find that open window?Beta Was this translation helpful? Give feedback.
All reactions