question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Microsoft Edge WebView2

See original GitHub issue

How shall this component be a prerequisite in an MSIX package to ensure the component is installed and be ready in the moment the product launching and requires WebView2 to display web content ?

https://developer.microsoft.com/en-US/microsoft-edge/webview2/

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
sigmarssoncommented, Feb 24, 2021

@davecarlisle If ETA will never harmonize with your roll out schedule, you may need to fabricate your own bootstrapper, which could install the repackaged WeibView2 component.

In your MSIX - if it is - you can launch the bootstrapper first;

<Application Id="Your.App.Id" Executable="Bootstrapper.exe" EntryPoint="Windows.FullTrustApplication">

1reaction
codendonecommented, Feb 24, 2021

For apps installed from the the Store, there is no way today to have the installer ensure the Edge WebView2 Runtime is installed. It is expected that the WebView2 Runtime will quickly become common on many machines, and there are investigations happening to further improve this.

In the meantime, the WebView2 element will show a link to the Runtime installer if the Runtime isn’t installed. That isn’t an ideal solution, but it does at least provide a fallback for the user to go install the Runtime, which will then be available for future launches of the app and for any other app.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Microsoft Edge WebView2
Microsoft Edge WebView2. Embed web content (HTML, CSS, and JavaScript) in your native applications with Microsoft Edge WebView2. Documentation about Microsoft ...
Read more >
Microsoft Edge Webview2 Runtime is a huge problem
the microsoft edge webview2 runtime is already installed" as soon as I log in and before the deskptop is loaded, it stays there...
Read more >
What Is Microsoft Edge WebView2 Runtime (And How to ...
The WebView2 Runtime is a stripped-down version of Edge Chromium that's installed and runs separately from the Edge web browser. While they ...
Read more >
Delivering Microsoft Edge WebView2 Runtime to managed ...
Microsoft Edge WebView2 is a UI control that allows developers to embed web content into their Win32 C++, .NET, and WinUI applications.
Read more >
What Is Microsoft Edge WebView2 Runtime & How to Fix Its ...
The WebView2 program makes full use of Microsoft Edge as its render engine to display web content within native apps. With this tool,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found