Open PureWeen opened 2 years ago
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Description
The point of the ExecutionMode platform specific was to tell WebView on UWP to run out of process. WebView2 only runs out of process thus making it more secure and reliable. There are currently no plans (or reasons) to modify the current ExecutionMode on WebView2 to force it to run in the app process.
https://github.com/xamarin/Xamarin.Forms/pull/12509
Public API Changes
Delete ExecutionMode platform specific
Intended Use-Case
N/A