
Fred wrote:Finally a new native solution is coming ! Thanks for the wrapper, we will look into it once it gets live.


Fred wrote:Finally a new native solution is coming ! Thanks for the wrapper, we will look into it once it gets live.
That's great, will be chromium in the three platforms? or webkit in linux /mac?Fred wrote:Finally a new native solution is coming ! Thanks for the wrapper, we will look into it once it gets live.
Code: Select all
Import "WebView2LoaderStatic.lib"
CreateCoreWebView2Environment(environment_created_handler.i)
CreateCoreWebView2EnvironmentWithOptions(browserExecutableFolder.s, userDataFolder.s, environmentOptions.i, environment_created_handler.i)
GetAvailableCoreWebView2BrowserVersionString(browserExecutableFolder.s, versionInfo.i)
CompareBrowserVersions(version1.s, version2.s, result.i)
EndImport
CreateCoreWebView2Environment(0)