On Jan 15th, 2020 Microsoft has officially launched new version of Microsoft edge browser based on chromium for windows and Mac OS. It is compatible with all supported versions of Windows, and with macOS. It replaces the legacy version of Microsoft Edge on Windows 10 PCs. Microsoft is officially launching its new Edge Chromium browser today across both Windows and macOS. A stable version of the browser is now available for everyone to download, just over a year.
All Blog Posts | Next Post | Previous PostBookmarks:
Tuesday, September 01, 2020
Stable
Microsoft has just released v85.0.564.41 into the stable build and therefore we can now officially announce that our TAdvWebBrowser component is working without the need for an additional browser installation! Up until now, it was necessary to install an additional browser from one of the insider channels (beta, dev, canary). As the previous versions were introducing breaking changes, we decided to build our API wrappers against a more stable version and allow more time for testing. Today the day has come that we can just use the TAdvBrowser against the stable build, out of the box. This means that all insider builds can be uninstalled, and you can deploy your application to an up-to-date Windows 10 environment. That's right, the Microsoft Edge Chromium browser should automatically be installed on any Windows 10 machine.
TMS VCL UI Pack 10.4 & RAD Studio 10.4.1
The TMS VCL UI Pack 10.4 update is adding support for the Microsoft Edge Chromium stable version, so go ahead and download the latest available release and start exploring the possibilities of the browser. Note that the WebView2Loader_x86.dll and the WebView2Loader_x64.dll are still a necessary deployment for communication between client and browser. Please follow the steps at this page. We can also confirm TAdvWebBrowser in combination with Edge Chromium has been tested and is working on RAD Studio 10.4.1.More features coming in the near future
The features that are currently existing are:- Navigate to an URL
- Load HTML
- Debug through the developer console
- Add a JavaScript to client bridge
- Capture a webpage screenshot
- Execute JavaScript code with support for asynchronous callbacks
What about FNC?
We are currently applying a lot of smaller improvements, and are testing new features for TMS FNC Maps. As this process takes time and we also want to make sure to properly test the stable release against our FNC components, we plan on releasing an FNC update next week. Stay tuned!Pieter Scheldeman
Bookmarks:
This blog post has received 3 comments.
1. Wednesday, September 02, 2020 at 9:00:14 PM I'm confused. [1] states that the stable channel is not yet supported. Also, the changelog [2] does not mention that anything had changed. So is this legit?
[1] https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution
[2] https://docs.microsoft.com/en-us/microsoft-edge/webview2/releasenotes
Fronzel Neekburm
2. Tuesday, September 08, 2020 at 10:44:14 AM
Edge Chromium Stable Release Date
Our implementation is currently based on deployment of 2 DLLs (32 bit and 64 bit) and based on the version number of Edge Chromium. Until now, you had to install canary, dev or beta which were (and are still) compatible with our implementation. So the stable version (that comes with Windows updates automatically), has been updated to the minimum version number requirement necessary to work together with our browser implementation. All we needed to do was implement a small fix to detect the stable version. What we are currently monitoring is when Microsoft will announce an out of the box installation (thus, no longer requiring the 2 DLLs that are shipped with our installers).Pieter Scheldeman
3. Friday, September 18, 2020 at 3:24:44 PM AdvWebBrowser doesn't seem to work on a frame for me, only a form - does that sound right? Any workarounds?
Edge Chromium Stable Channel
Richard Stevens
All Blog Posts | Next Post | Previous Post