Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incorrectly reports latest WebView as too old #24

Open
SkewedZeppelin opened this issue Jul 13, 2023 · 1 comment
Open

Incorrectly reports latest WebView as too old #24

SkewedZeppelin opened this issue Jul 13, 2023 · 1 comment

Comments

@SkewedZeppelin
Copy link

SkewedZeppelin commented Jul 13, 2023

var webviewVersion = Android.webviewVersion();
if(!webviewVersion) {
webviewVersion = "no version, old webview?";
} else if(webviewVersion<"80.0") {
webviewVersion = webviewVersion + " TOO OLD!";
}

Latest WebView 115.0.5790.85 ends up labeled "TOO OLD"

likely because of plain string comparison, vs splitting out major version and converting to int

HjQq

@mehrvarz
Copy link
Owner

This will be resolved with the next release. Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants