-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use Windows embedded web control #965
Comments
Tutorial: https://learn.microsoft.com/en-us/microsoft-edge/webview2/get-started/winforms With the above tutorial, with source set to https::/bibledit.org:8091, downloading a file works out of the box, and printing a web page works out of the box too. |
Once the Microsoft.Webview2 package is installed via NuGet, and the current Inno Setup Installer does its work, the Microsoft Webview .DLL files get installed along with Bibledit in the |
bibledit/cloud#965 ... and move to the Microsoft.Webview2 package.
Investigate whether it is possible to use the embedded web control provided by Windows on both Windows 10 and Windows 11.
This would free the app from CEF Sharp that it now uses, which is a few hundred Megabytes large. Thus the app would become much smaller than it is now in size in Megbytes. Another advantages would be that CEF Sharp does not need to be updated anymore, since it's not included.
If investigation shows that the embedded web control cannot be used yet, then update the CEF Sharp package to the newest version.
The text was updated successfully, but these errors were encountered: