Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When will the WebView2 control be included with the default version of Edge? #348

Closed
ftppro opened this issue Jul 22, 2020 · 113 comments
Closed
Assignees
Labels
tracked We are tracking this work internally.

Comments

@ftppro
Copy link

ftppro commented Jul 22, 2020

Many people are reluctant to download the Canary Channel, because the download page states that it is "Updated daily".

Until the WebView2 control is included with the version of Edge that is automatically updated by Windows Update, it will be difficult to convince people to download the Canary Channel, which is currently a requirement.

When will the WebView2 control be included with the default version of Edge, so developers won't have to convince people to download the Canary Channel?

AB#29028418

@champnic
Copy link
Member

Hey @ftppro - You might want to look at the WebView2 Runtime Installer and see if that suits your needs better: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#understand-the-webview2-runtime-and-installer-preview
When this releases this will be the main long-term solution for distributing WebView2 support.

Another option if your current users are willing to download Edge, is they can use the Dev or Beta channels as well, which update on a weekly and 6-week cadence. You just have to be careful of your SDK versioning, as these channel build versions are older than canary.

@ftppro
Copy link
Author

ftppro commented Jul 23, 2020

The WebView2 Runtime Installer is 88MB, so that is not feasible. I also don't want to worry about strange things that can happen during the installation of such a large file. I would rather have the user perform the installation from a Microsoft website.

What is the projected date that the WebView2 control will be included with the default version of Edge?

Which version of the WebView2 control is currently in the Beta Channel (and how can I see that info)?

If the WebView2 control works with the Beta Channel (the "most stable" channel), then why does all the documentation insist that the Canary Channel is a "prerequisite", even though the Canary Channel is the least stable?

@liminzhu
Copy link
Member

liminzhu commented Jul 23, 2020

The WebView2 Runtime Installer is 88MB, so that is not feasible. I also don't want to worry about strange things that can happen during the installation of such a large file. I would rather have the user perform the installation from a Microsoft website.

We will also expose a small bootstrapper. That would be a few MBs instead of the full 80MBs and will grab the WebView2 Runtime through internet connection when invoked.

What is the projected date that the WebView2 control will be included with the default version of Edge?

We don't have any plan yet to include WebView with Edge Stable. This thread has the details.

Which version of the WebView2 control is currently in the Beta Channel (and how can I see that info)?

Versioning is hopefully helpful.

If the WebView2 control works with the Beta Channel (the "most stable" channel), then why does all the documentation insist that the Canary Channel is a "prerequisite", even though the Canary Channel is the least stable?

WebView2 Runtime will be the most stable channel once we GA. During preview, our guides recommend the Canary channel because we usually ship SDKs when they only work with Canary. It takes some time for the same support to go from Canary to Dev/Beta/WebView2 Runtime.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

I don't want to use the Runtime, since it has too much potential for problems. Until WebView2 works with the current version of Edge, I would rather require that users install one of the Channels from the Microsoft website.

  1. Will installing the Beta Channel allow the WebView2 control to work? If not, then what is the most stable Channel that will allow the WebView2 control to work?
  2. I had previously installed the Canary Channel. If I now install the Beta Channel, will my program work just as if I had never installed the Canary Channel, or will remnants of the Canary Channel still remain? I want to make certain that the WebView2 control will work if only the Beta Channel is installed.

@champnic
Copy link
Member

  1. The current version of Beta is 84.0.522.39, so as long as you are using a supported SDK for that build (0.9.515 or 0.9.515-prerelease or earlier) then Beta should work fine for your app.
  2. Beta will install side-by-side with Canary, not replace it. To test just Beta you can uninstall your Canary build.

@liminzhu
Copy link
Member

I don't want to use the Runtime, since it has too much potential for problems.

I'd love to understand your concern here. Is this about that the Runtime is new and a relatively unknown entity, or that it requires you do perform extra packaging and installation? The Runtime in many ways is just Edge Stable with a little modification and the platform is more stable and robust than Beta. If latter is the core concern, it might be better to ask end users to download the runtime instead of Edge Beta since Beta will be less tested than Runtime.

Other questions are as @champnic mentioned.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

  1. If I uninstall Canary (so I can test with the Beta Channel), will I encounter anything unexpected?
  2. I am using WebView2 v.0.9.538-prerelease. Will that definitely not work with the Beta Channel?
  3. If v.0.9.538-prerelease does not work with the Beta Channel, and I have to use 0.9.515, what problems or differences will I encounter with WebView2 (as compared to v.0.9.538-prerelease).
  4. Several articles said to NOT use v.0.9.538 final, and to only use v.0.9.538-prerelease. Is that the same with v.0.9.515,; should I only use the prerelease, and not the final version?

@champnic
Copy link
Member

  1. It should just work. To verify that your app is picking up the Beta install, you can look at your app's processes in task manager (with "more details"), find the webview processes (should show as children under your app), right-click > Properties > Location, and see something like "C:\Program Files (x86)\Microsoft\Edge Beta..." (the exact string might be slightly different, but you should be able to tell it's Beta or Canary).
  2. Some things may work, but others will be broken. It depends what's changed and what you are using, but highly recommended to use the supported SDK package.
  3. You can check the Release Notes to see if you are relying on any of the features introduced in 0.9.538, but it's likely to work fine.
  4. If you are using .NET, you should use 0.9.515-prerelease. .NET support is not included in the release/final package.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

When will the current Beta version become Edge Stable?
When that happens, will WebView2 v.0.9.515-prerelease then work with the current version of Edge?
Then, instead of requiring that users install the Beta Channel (or requiring that my program performs a "Runtime" installation), I can just require that the user has the current version of Edge.

@champnic
Copy link
Member

No - we don't support the Edge Stable channel at all. Some reason why are described here: #341 (comment)

We hope to be available on most machines in the future, which Limin describes here:
#341 (comment)

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

Isn't the Beta Channel the next version that will become Edge Stable? If the Beta Channel allows the usage of WebView2 v.0.9.515-prerelease, then wouldn't Edge Stable also allow that usage when it is copied from the Beta Channel?
It are these discrepancies that make me very leery to have my app install the Runtime component.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

I was previously told that WebView2 v.0.9.538-prerelease will not work with the Beta Channel.
However, I uninstalled the Canary Channel and installed the Beta Channel, and my app which uses WebView2 v.0.9.538-prerelease appears to work fine.
What situation will I encounter with the Beta Channel that will force me to downgrade to 0.9.515-prerelease?
If there is no such situation, then it makes sense to not use the older version of WebView2, and to advise users of my app to download the most stable version (Beta) instead of Canary, right?
Am I missing anything?

@champnic
Copy link
Member

When using an SDK with any channel, you need to make sure that the SDK version is not ahead of the current channel version:
https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/versioning

Some things may work, but others will be broken. It depends what's changed and what you are using, but highly recommended to use the supported SDK package.

Whether things will work or not depends on how much change happened to our COM interface definitions. For example, your 538 SDK code may be thinking it's calling a function in the WebView dlls, but in actuality it's calling a different function because a difference in the interfaces is causing a mismatch. In this instances, sometimes stuff just works, sometimes stuff breaks or behaves slightly weird, and sometimes stuff crashes.

For the question about stablechannel, it's not a matter of whether it would theoretically work or be compatible - our code explicitly disallows using the stable build. Right now the runtime is in preview, but when it GAs it will be based on the stable channel and be the recommended and most stable WebView2 experience, and the one we recommend for end-users. Part of the problem right now is that none of our controls have GA'd, and we don't recommend shipping to end-users at all yet.

Here's some info on distributing apps with WebView2: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution
Here's a brief outline of our desired ship schedule (but not promises), including the runtime and .NET support: https://docs.microsoft.com/en-us/microsoft-edge/webview2/roadmap

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

This page shows that WebView2/0.9.538 was last updated 2 months ago:
https://www.nuget.org/packages/Microsoft.Web.WebView2/0.9.538

This page shows that the Beta Channel is updated every 6 weeks:
https://www.microsoftedgeinsider.com/en-us/download

Therefore, can I assume that the Beta Channel will "catch up" to WebView2 0.9.538, and be compatible with it in the next several weeks?

Also, please answer these questions:

  1. When is the next time that the Beta version will become Edge Stable?
  2. When was the last time that the Beta version became Edge Stable?
  3. When the Beta version becomes Edge Stable, are features removed from the Beta version before it becomes Edge Stable?
  4. Can I assume that the next time the Beta version becomes Edge Stable, it will support the usage of WebView2 controls?

I am not interested in having my app install the Runtime component, so please don't answer my questions by suggesting that is what I should do.
Instead, I want to require that users of my app install a particular version of Edge that they download from a Microsoft website.

@champnic
Copy link
Member

No worries, you can use Beta, I just want to make sure you understand the versioning restrictions with the SDK.

It looks like the next Beta, which will have version 564 and be compatible with SDK 538 and 538-prerelease, is slated to ship within the next week. The current Beta (522) became Stable (522) about a week ago.

  1. The next Beta 564 will likely become Stable 564 around the end of August.
  2. The last time Beta became Stable was a week ago.
  3. There are sometime experiments or feature flags that are targeted at Beta/Dev/Canary, but by and large no, features are not removed for Stable.
  4. By the time Beta becomes Stable (version 564) the Beta browser will support any WebView2 <564. Stable will still be explicitly disallowed and so won't support any version of WebView2.

We are revisiting this policy of not allowing Stable, but I can't make any promises. We are certainly taking your feedback into account here, and I understand your frustration at not being able to use the Stable channel.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

1 Which webpage shows the current version of the Beta Channel?
2. When Beta 564 is released, do I need to remove my current installation of Beta, or can I just install the version that will be available at https://www.microsoftedgeinsider.com/en-us/download, and will it know to upgrade an existing installation.
3. You said "The next Beta 564 will likely become Stable 564 around the end of August.", but then you said "Stable will still be explicitly disallowed and so won't support any version of WebView2." What do you mean by that?
4. Please clarify what the "Stable" version is. I assume that the "Stable" version is the version you see when you click Help/About, and that it is automatically installed.

@champnic
Copy link
Member

  1. Unfortunately the download website doesn't show the versions - I wish it did. To get the version of the Beta Channel you can install Beta, click "..." menu > Help and Feedback > About Microsoft Edge. The version displayed there will be the current Beta version.
  2. All channels will automatically update to latest, so you shouldn't need to do anything when the next Beta is released.
  3. "Explicitly disallowed" means we have a check in our code that doesn't use the Stable version if that's installed on the machine. The logic looks for Canary, then Dev, then Beta, then Runtime (I'm pretty sure this is the order).
  4. Stable is the public release version of Edge. When clicking Help > About, you'll get whatever version of the browser you are currently using. So if you go to that page in the Canary Channel, you'll see the current Canary version, etc.

@ftppro
Copy link
Author

ftppro commented Jul 24, 2020

When I display the Help/About on the version of Beta that I just installed, it shows version 84.0.522.39.
You said the next version of Beta will have version 564. That doesn't seem to follow the version numbering system.
What version will be shown on Beta's Help/About when it is compatible with WebView2/0.9.538, and will that update happen automatically when I display Help/About?

@champnic
Copy link
Member

Sorry, the full version of the next Beta will be something like 85.0.564.n, and will be compatible with SDK 0.9.538. The important part when working with WebView2 SDKs is the 564, as that Edge/Runtime version needs to be greater than the SDK version to be compatible. For example:
Edge version (any channel) 84.0.522.n is compatible with SDK 0.9.515, because 522 > 515.
Edge version (any channel) 84.0.522.n is NOT compatible with SDK 0.9.538, because 522 < 538.

Beta will automatically update to that version, and when it does (in about a week), you will see the version number update in Help/About.

@ftppro
Copy link
Author

ftppro commented Jul 28, 2020

Edge Beta is now version 85.0.564.18, which means I can safely use WebView2 v.0.9.538-prerelease in my app without requiring Canary, right?
My users will feel more comfortable installing Beta instead of Canary, since it is shown as "the most stable Microsoft Edge preview experience."
Now please convince the powers-that-be to include WebView2 in Edge Stable, so my users won't have to download anything other than my app.

@champnic
Copy link
Member

Yup, they can use Beta!
The convincing has begun :)

In the meantime, we're looking at a potential option that would lessen the burden on app developers and not require you to ship an installer. Instead, we would have the loader (webview2loader.dll - no extra work on your part), which you are already shipping in your app:

  1. Detect if the browser isn't available
  2. Download the runtime installer
  3. Run the installer (which would prompt the user to allow it to elevate properly - similar to running the browser installer today)

Do you think this would help your situation? Would it solve your situation?

One benefit is that this would allow you to run your app in places where there is no Edge Stable currently installed. One drawback is having to have the users accept the install when they first use your app. (Note: This would only affect the first WebView app on the machine - once the Runtime is installed once all WebView apps would be able to use it)

@ftppro
Copy link
Author

ftppro commented Jul 28, 2020

That seems to have more potential problems than just asking the user to install Edge Beta from the Microsoft website..

@champnic
Copy link
Member

Can you expand on what potential problems you'll think we'll run into?
Or are you concerned it will just be buggy?

@ftppro
Copy link
Author

ftppro commented Jul 28, 2020

It's an issue of liability. If my app downloads and runs the runtime installer, I have more liability than if I require that the user installs Edge Beta from the Microsoft website. Particularly because Edge Beta is shown as "the most stable Microsoft Edge preview experience."
I don't know how thoroughly the runtime installer is tested, or what version of the runtime installer my app would be downloading and installing, so it is too risky.

@champnic
Copy link
Member

Ah, gotcha.

For WebView2 apps, the runtime will be the most tested and most stable solution.

The runtime is based on the Edge Stable channel (which itself is more stable than Beta). There is very very little differentiating the runtime from the Edge Stable build. However, it's possible that there's a version of Edge Stable that gets shipped with a bug that affects WebView. The Edge team is unlikely to block releasing Edge Stable because of a bug that only affects the WebView, meaning that when Edge Stable gets released, any WebView apps relying on it would break in some way. The runtime gives us the ability to say "This version of Edge Stable is breaking a lot of WebView apps, so let's not release a runtime version of it.", avoiding the breaking bug.

@ftppro
Copy link
Author

ftppro commented Aug 5, 2020

I released two apps that use the WebView2 control, and a unanimous consensus indicated that very few people will install Edge Beta just to use an app.

For the reasons that I described in my previous replies to this post, I absolutely do not want to have my app install a runtime installer, so please do not reply with that suggestion again.

I read the reasons that Microsoft has not added WebView2 functionality in Edge Stable, and those reasons make no sense.
One excuse they gave was that the WebView2 control will not work if the user does not have the current version of Edge Stable installed. That excuse is ludicrous. That's like saying Edge should not support HTML5, because someone with an older version of Edge may not be able to use HTML 5.

It is a shame that the WebView2 control cannot be used for a production app, and its only purpose at this time is for experimentation.
The old WebBrowser control in Visual Studio is now completely obsolete. It is a huge deficiency that Microsoft is currently not offering any method to embed a browser in a production app, other than asking the developer to have their app install a runtime installer, which is unacceptable.

@kczx3
Copy link

kczx3 commented Oct 4, 2020

🤦‍♂️

@ukandrewc
Copy link

ukandrewc commented Oct 4, 2020

@ftppro The WebBrowser control is not obsolete, it still has many uses to display user content. MS does have a roadmap for supporting WebView2, but it's currently pre-release so of course it's not part of any stable release.

@dbsoft
Copy link

dbsoft commented Oct 17, 2020

I am okay with WebView2 connecting to the runtime IF Microsoft pushes the runtime out to Windows 8 and 10 via Windows update. I'd prefer to not bundle the WebView2 runtime installer with my apps just to display web content. They aren't concerned with pushing Edge Chromium via Windows Update, so I can't see why they wouldn't just do that with the runtime too. Otherwise the loader should connect to whatever it can find... the runtime first... Edge Stable second, then beta, then canary (unless otherwise specified in the app). Leaving Edge stable out of the list of things it can connect to is just nutty, but if they insist on doing that they had better push the runtime via Windows update and not make us distribute it with our apps.

@ftppro
Copy link
Author

ftppro commented Dec 7, 2020

@dbsoft Let me know if you can think of any reason that MS will not simply copy the feature from Edge Beta to Edge Stable, other than the restraints of an existing legal agreement.

The only reason I described why the Runtime is a bad idea is because otherwise, the MS rep will jump into this discussion and distract from the issue at hand by trying to convince everyone to become dependent on the Runtime (which he has done several times before).

As to whether these posts are helpful: I created this topic thread. If enough people are annoyed that MS will not simply copy the feature from Edge Beta to Edge Stable, then MS may realize that this may become a public relations issue, which may compel them to simply copy the feature from Edge Beta to Edge Stable. The squeaky wheel gets the grease.

I am able to use WebView2 on my computer, because I installed Edge Beta. In addition to other applications that I have created with Webview2 , I am able to use the rendered HTML from BetOnline to create reports for the online poker games that I play there.

Unfortunately, it is not feasible to require end-users to install Edge Beta, so it is not practical to release a program that uses WebView2.

@douglas-jordan
Copy link

It would be nice if Webview2 was in the box but the only way to guarantee it will be there is to install it and MS has given us a way to do that. I just added the MicrosoftWebview2Setup.exe to my installer and zipped it for a customer to test.

@yannduran
Copy link

I'm sorry, but this has been the most ridiculously over complicated release of a control that I've ever seen. I know this will sound harsh, but I'm fed up with having waited so long for the replacement for the ancient IE-based WebBrowser control, only to find that after GA I still can't use WebView2 (without all sorts of complicated or unacceptable workarounds). And on top of all that, a decision has been made to deliberately block users from being able to use the already installed stable version of Edge. Yes, I know you have your reasons, but many of us simply don't agree with that decision. We're the people wanting to use your control, but we can't.

I agree with so many of the comments that developers wanting to use WebView2 in their applications have made in this thread, but I don't have time to call them all out individually.

You should have started with a SIMPLE replacement control for the horrendously ancient IE-based WebBrowser control that Visual Studio currently supplies (in VS 2019!!!) and for the deprecated WebView(1) control. That would have at least allowed developers to move forward. Then you could have interated on it to address all of the other scenarios. But instead of unblocking developers, you've tried to accommodate every single possible problem up front, leaving many developers high and dry.

Even if it meant some temporary duplication of Edge code to achieve that, it would have at least allowed developers to continue to be productive. Instead, all of the onus has been placed on developers to use complicated or unacceptable methods to try to be able to use the WebView2 control. I don't think that's what Satya Nadella had in mind when he said that Microsoft wants to make ALL developers more productive.

I really don't think you guys have been truly listening. Many developers just want a simple, modern control to display modern websites that won't render properly with the currently available control(s).

On top of that extension developers need a modern control that is able to be used in their extensions to display modern websites, or even the simplest of web/xml content, without having to resort to manual fiddling about or installing external runtimes. The last time I tried, the WebView2 control still doesn't work in an extension!

A simple, modern control able to be used out of the box in Visual Studio for C# WPF applications and extensions, is that such an unreasonable request? We could have had that a year ago!

@ftppro
Copy link
Author

ftppro commented Dec 8, 2020

@yannduran What's really sad is that the WebView2 control still does not even work correctly, more than 6 months after it was released.

  1. There is no event that assures that the ExecuteScriptAsync method is accurately accessible. If you add a NavigationCompleted event which contains the ExecuteScriptAsync method, it often returns null, or a partial "document.body.innerHTML". You have to perform undocumented workarounds to receive the complete, accurate "document.body.innerHTML".

  2. Setting the .Source property does not work within Application.DoEvents(). This is the only method I have ever encountered which does not allow you to do a 'while' loop containing Application.DoEvents(), to wait for a process to finish (i.e. to wait for NavigationCompleted to occur).

  3. If you do not use the CoreWebView2Environment.CreateAsync method to set a cache directory, the WebView2 control will consume gigabytes of cache storage in your app directory. This is not documented anywhere.

I have reported these bugs, with fairly laughable responses from the MS techs. One MS tech insisted that a programmer should never use Application.DoEvents(). My programs have relied upon the usage of "DoEvents()" for more than 25 years (since VB6), with no problems whatsoever. The fact that this one poorly created control doesn't support the usage of "DoEvents()" will certainly not stop my usage of it.

I am spending my time to report these deficiencies in the hope that Microsoft will allocate more resources (i.e. more money) to development, instead of to marketing.

@ukandrewc
Copy link

ukandrewc commented Dec 8, 2020

  1. **Setting the .Source property does not work within Application.DoEvents().

Please don't use Application.DoEvents() to wait, have a look at the processor load while in that loop.
See here under Caution: https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.application.doevents?view=net-5.0

@bddckr
Copy link

bddckr commented Dec 8, 2020

Is it possible that you all head to other issues (or create them) on this repository and keep this issue on topic please? I'm trying to follow along here on the topic of deployment details of the WebView2 runtime.

Thanks!

@dbsoft
Copy link

dbsoft commented Dec 21, 2020

Guess it is time to start the ugly hacks...

@ukandrewc
Copy link

@dbsoft What hacks do you mean?

@dbsoft
Copy link

dbsoft commented Dec 21, 2020

@ukandrewc I decided that I would figure out some way to force it to load the webview2 included with Edge Stable if they hadn't given us a roadmap for pushing out the runtime, or changed their policy on allowing the loader to use the Edge stable channel that has already been pushed out. Aiming for a January release of my library so going to work on it now... I'll post a link to my code once I get it working in case anyone else wants to use it.

@ftppro
Copy link
Author

ftppro commented Dec 21, 2020

@dbsoft Read the recent comments from Microsoft employees, who feel there is no reason to allow the WebView2 control to work with Chrome stable: #341

They wouldn't lead us astray, would they?

Internet Explorer is the only browser that is compatible with Visual Studio, so Internet Explorer must be a lot better than Chrome, right? The old Webview control works great with Internet Explorer, so what's the problem?

If your program must be compatible with Chrome, then just require that all your users pay for an Office 365 subscription, which supposedly will be compatible with WebView2. That seems reasonable, doesn't it?

@ukandrewc
Copy link

@dbsoft Thanks, I see what you mean. Does the fixed version, not work for you?

@dbsoft
Copy link

dbsoft commented Dec 21, 2020

@ukandrewc No it doesn't, for a variety of reasons which I had posted about in October. There are a few other reasons I didn't even include in that list, like its use in a self-extracting installer to display content pre-install (release notes, licensing information etc).

@dbsoft
Copy link

dbsoft commented Dec 23, 2020

First attempt at it in C/C++ which may only work in recent versions of Windows 10. May commit changes to work on earlier versions in the coming days, but since there is no official CreateJunction() API... might be a bit messy. http://trac.netlabs.org/dwindows/changeset/2232
Update: On further testing it seems to actually work on Windows 7 and 8.1 as well. It seemed to work without escalated privileges, I am running an administrator account, but not escalated. Will have to test more, I also noticed when I booted Windows 7... it had updated the installed Edge... but the BLBeacon registry key did not update the version until I actually ran Edge. So might have to check the other registry key instead.

@nmoinvaz
Copy link

@dbsoft Am I correct in assuming this requires administrator permissions to create the link?

@dbsoft
Copy link

dbsoft commented Dec 23, 2020

@nmoinvaz It does not seem to require administrator permissions. It functioned even with a standard non-administrator user. But I did have to switch to using a different registry key to check the version since BLBeacon does not seem to be updated immediately after an Edge update. http://trac.netlabs.org/dwindows/changeset/2233 I had to add a second registry key check and path construction option for 32bit. http://trac.netlabs.org/dwindows/changeset/2234 but this seems to be working for me on every 32bit and 64bit version I've tried from Windows 7 to 10.

@alexmeowQ
Copy link

To me the biggest problem with this fiasco, is the fact that windows installer under VS19 there is no checkbox to include Edge Runtime in the prerequisites. This is beyond stupid and complicate things so much for no reason at all. Now that it's GA, what does that even mean ?

@ftppro
Copy link
Author

ftppro commented Mar 18, 2021

The squeaky wheel gets the grease:
https://www.bleepingcomputer.com/news/microsoft/microsoft-is-auto-installing-the-windows-10-webview2-runtime/

@rajeshaz09
Copy link

Until unless webview2 suported In stable version, no point of using it. Still I am not getting why we need to do the circus of installing runtime.

@jasonbrown1965
Copy link

here's to all the squeaky wheels!

So does this bit on the Downline page:
image

... no longer apply?

Or is the project still frozen for now?
Great looking interface, by far the least busiest I've seen so far.
Gonna give it a go anyway.

@stefnotch
Copy link

@jasonbrown1965 Huh, good question. I haven't really heard of a big, official announcement with regards to Webview2 being available on up-to-date Windows 10 machines. However, judging from articles like this one, it seems like it's getting shipped.

If someone could confirm that this is indeed the case, then that's amazing! I could finally continue working on Downline without worrying as much about users having troubles installing it.

@champnic
Copy link
Member

champnic commented Jul 5, 2022

@jasonbrown1965 WebView2 has been shipping inbox with Windows 11 since that was released. Sounds like it no longer needs to be on ice unless they also want WebView2 on every possible machine they can run on?

@stefnotch Yes - WebView2 is beginning rollout to Windows 10 machines. Here's the official announcement: https://blogs.windows.com/msedgedev/2022/06/27/delivering-the-microsoft-edge-webview2-runtime-to-windows-10-consumers/ :)

@champnic
Copy link
Member

champnic commented Mar 4, 2023

We have completed the rollout of WebView2 to Windows 10 machines including on most enterprise environments.

@champnic champnic closed this as completed Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests