vbryh-msft

Results 15 comments of vbryh-msft

I see different names of the API - [IsGeneralAutofillEnabled](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2settings4?view=webview2-1.0.2365.46#get_isgeneralautofillenabled) and [IsPasswordAutosaveEnabled](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2settings4?view=webview2-1.0.2365.46#get_ispasswordautosaveenabled) - which ones are you using? Are all of them broken for you?

@DRAirey1 What is your runtime version that it is not working and what is the last one you have seen working. Thanks

It should be by design - it is browser feature. If you are running wv2 with the same UDF they share browser process. Could you please double check that it...

[About webview2 process model](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/process-model?tabs=csharp) - just to make sure we are on the same page. Multiple profiles for the same UDF [are ok](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/multi-profile-support?tabs=dotnetcsharp). Just a note, because server with shortcuts...

yes - I have linked a [ doc ](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/process-model?tabs=csharp#webview2-runtime-processes-and-the-user-data-folder).

@pushkin- you are saying that it does not repro in Edge. What have you tried there?

what is your scenario for nested iframes - why do you need it?

can you use [FrameNavigationStarting](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2.framenavigationstarting?view=webview2-dotnet-1.0.2210.55) for that?

Thank you for reporting the issue. Could you please attach dump file or send it to email

skimmed through request and comments - does [SharedBuffer API](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2_17?view=webview2-1.0.2365.46) can be used there?