You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing this package, it helps me a lot, i want to ask question, the webviewenvironment had params targetCompatibleBrowserVersion like this:
if (defaultTargetPlatform == TargetPlatform.windows) {
final availableVersion = await WebViewEnvironment.getAvailableVersion();
assert(availableVersion != null,
'Failed to find an installed WebView2 Runtime or non-stable Microsoft Edge installation.');
webViewEnvironment = await WebViewEnvironment.create(
settings: WebViewEnvironmentSettings(
userDataFolder: 'WEBVIEW_USER_DATA',
additionalBrowserArguments: '--kiosk-printing',
targetCompatibleBrowserVersion: '1.0.3485.44',
),
);
}
when im using 1.0.3485.44 version it gave me Error -2147024894: The system cannot find the file specified. as you know the version used in this package is 1.0.2849.39 which is released last year, the new version had some bug fix about download file
The question:
Do i need to clone repo and change cmakelist to update webview2 version?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for developing this package, it helps me a lot, i want to ask question, the webviewenvironment had params targetCompatibleBrowserVersion like this:
when im using 1.0.3485.44 version it gave me Error -2147024894: The system cannot find the file specified. as you know the version used in this package is 1.0.2849.39 which is released last year, the new version had some bug fix about download file
The question:
Do i need to clone repo and change cmakelist to update webview2 version?
Beta Was this translation helpful? Give feedback.
All reactions