WebView4Delphi updates

User avatar
salvadordf
Posts: 4118
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: WebView4Delphi updates

Post by salvadordf »

Hi,

I just uploaded the MonacoEditor demos for FMX, VCL and LCL thanks to Mark S Day (GrooverMD)

The MonacoEditor demos load the monaco-editor project in a WebView2 browser that uses the TWVBrowser.SetVirtualHostNameToFolderMapping function to create a virtual monaco.editor domain.

Read this for more details about the monaco-editor project :
https://github.com/microsoft/monaco-editor

Thanks Mark!!! :D
User avatar
salvadordf
Posts: 4118
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to WebView2 NuGet 1.0.2535.41

Post by salvadordf »

Hi,

WebView4Delphi has been updated to WebView2 NuGet 1.0.2535.41

These are the official release notes :
https://learn.microsoft.com/en-us/microsoft-edge/webview2/release-notes/?tabs=dotnetcsharp#10253541

This is what's new in WebView4Delphi :
  • Added GlobalWebView2Loader.ScrollBarStyle
  • Added TWVBrowserBase.ScrollBarStyle
  • Added the aScrollBarStyle parameter to TCoreWebView2EnvironmentOptions.Create
  • Added TWVScrollBarStyle
  • Added COREWEBVIEW2_SCROLLBAR_STYLE
  • Added Lazarus 3.4 mention in the readme file.
  • Fixed issue #59 : View Source missing characters thanks to Crayovan
Locked