salvadordf / WebView4Delphi

WebView4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
https://www.briskbard.com/forum/
MIT License
280 stars 56 forks source link

Implement Internal_GetAvailableCoreWebView2BrowserVersionStringWithOptions #57

Open salvadordf opened 4 months ago

salvadordf commented 4 months ago

The latest WebView2Loader.dll has a new GetAvailableCoreWebView2BrowserVersionStringWithOptions function with similar results to GetAvailableCoreWebView2BrowserVersionString but it's not implemented by the internal loader.

The internal loader is a translation of the OpenWebView2Loader project and it's based in the DRT.WIN.WebView2Loader.pas unit from the DRT project.

salvadordf commented 4 months ago

I added an issue in the OpenWebView2Loader project.