this post was submitted on 16 Mar 2026
14 points (100.0% liked)

Voyager

8052 readers
40 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! πŸ‘‡

Number of sponsors badge

πŸ’™

founded 2 years ago
MODERATORS
 

I got an automatic Voyager update from F-droid and now it complains of an out of date Webview version and tells me to update Webview from the Play store. But I don't use the Play store and don't want to enroll an account there. I get all my apps from F-droid. Is there a fix or workaround from this? thanks. Android 14 on Motorola Stylus 5g 2023 if that matters.

top 15 comments
sorted by: hot top controversial new old
[–] aeharding@vger.social 1 points 4 days ago* (last edited 4 days ago) (1 children)

Gotta keep your webview up to date! There's alternatives as described in the comments but yeah, having a version of Chromium older than a year old is pretty dangerous/insecure.

I think most 'normal' android users never really think about it because Google keeps their webview up to date automatically, but if you dont use Play Store this can be easily overlooked. Really important for device security though.

Edit: As for why Voyager requires System WebView >= 140... Android recently overhauled safe area insets and thei rollout was kinda botched with poor backward compatibility. This is a side affect unfortunately.

[–] MonkderVierte@lemmy.zip 1 points 4 days ago (1 children)

Edit: As for why Voyager requires System WebView >= 140... Android recently overhauled safe area insets and their rollout was kinda botched with poor backward compatibility.

But the app works fine with a "too old" webview. Why warn about it?

And please do feature detection instead of useragent parsing, if you do require some newest/uncommon features (but better don't require that).

[–] aeharding@vger.social 1 points 3 days ago (1 children)

And please do feature detection

I'm not sure how you'd do that with safe area insets. You could check for zero but some modern devices megitimately have zero safe area insets. Capacitor itself has to check Blink version for the SystemBars plugin.

But the app works fine with a β€œtoo old” webview. Why warn about it?

If you go into dark mode the status bar will be white with white text, because safe area doesn't work properly.

[–] MonkderVierte@lemmy.zip 1 points 3 days ago* (last edited 3 days ago)

Oh, didn't notice that, since i have set usage limits on Voyager.

[–] danglybits27@sh.itjust.works 1 points 4 days ago (1 children)

I use Aurora Store installed from F-Droid to update Webview (and install or update any other apps from Play Store.) There's an anonymous login option or you can sign in, though I've never done that.

[–] solrize@lemmy.world 1 points 4 days ago (1 children)

Any trouble with or from the web view update itself?

[–] danglybits27@sh.itjust.works 2 points 4 days ago (2 children)

My apologies, I should have said "I used." I actually very recently discovered a module to replace Google's Webview with Open Webview (rooted device), and it's worked nicely so I likely will not see that particular update. Sorry!

[–] solrize@lemmy.world 1 points 4 days ago (1 children)

Well I can probably get the Google APK one way or another. I'm just slightly afraid to install it.

[–] aeharding@vger.social 1 points 4 days ago

You dont need the Android System Webview in particular. Android supports alt webviews. The important part is to make sure its based on Blink 140 or newer (haven't tested other engines).

[–] MonkderVierte@lemmy.zip 0 points 4 days ago* (last edited 4 days ago) (1 children)

Open Webview (rooted device)

That one always fails for me to download the webviews. Guess i'll have to look at the script, since Aurora has no webview update in queue.

[–] danglybits27@sh.itjust.works 0 points 3 days ago (1 children)

You have to pull down to refresh on the 'Updates' page in Aurora for it to check for updates (or I have to, anyway.)

Also, if it helps, I installed Open Webview via a Magisk module installed through the IzzyOnDroid Magisk repo in the MMRL app (from F-Droid.)

[–] MonkderVierte@lemmy.zip 1 points 3 days ago

Thanks, but that's the same zip that fails for me.

Eh, in the next few days sometime.

[–] HumbleBragger@piefed.social 1 points 4 days ago (1 children)

Had the same warning today. What could it be? I'm on lineage with microg and never had this warning before

[–] solrize@lemmy.world 2 points 4 days ago

The play store says it was just updated a few days ago. The comments are scary though. Yikes.

https://play.google.com/store/apps/details?id=com.google.android.webview

[–] mr_anny@sopuli.xyz 1 points 4 days ago

Search webview apk and you'll find repisitories. I've used apkmirror. I should be safe.