this post was submitted on 22 Nov 2023
1 points (60.0% liked)

Voyager

5515 readers
86 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 1 year ago
MODERATORS
 

I have been able to backport some flutter iOS apps to 32bit legacy devices. This is only in some cases where all their dependencies are compatible + some tweaking of build scripts.

I wonder if Voyager can be backported, as it's crossplatform (react native?) app. Before I dig does anyone know if this is possible?

EDIT: I'm not asking the devs to do anything, I'm asking anyone familiar with the code if they know whether this is feasible before I start digging

top 13 comments
sorted by: hot top controversial new old
[–] aeharding 8 points 10 months ago (2 children)

Unfortunately not on iOS. I wish Apple did something like Android in this regard, where you can update the in-app webview independent of the OS. For example, you can run a quite old version of Android with newest Webview so you can run Voyager just fine.

Maybe Apple will decouple Webkit updates and OS updates someday. Β―\_(ツ)_/Β―

[–] [email protected] 3 points 10 months ago

Thanks for letting me know, appreciate it! I like voyager a lot btw

[–] cheese_greater 2 points 10 months ago* (last edited 10 months ago)

I hope you don't mind my little bit, I can take it down below if you prefer

[–] cheese_greater 4 points 10 months ago (1 children)

He's doing and continues amazing work so that might end up with you needing to consider pivoting to a more recent device as opposed to him unless he shares your passion for older devices/compatabillity etc 😊

Edit: what about the PWA wefwef, could that possibly work for your usecase?

[–] [email protected] 3 points 10 months ago (2 children)

Wefwef doesnt work, as it needs a newer webkit version to run. Legacy devices are completely left out of lemmy except for mlmym web app (which mirrors old.reddit).

[–] [email protected] 2 points 10 months ago (1 children)

if the wefwef PWA doesn't work, I'm almost sure a Voyager build won't work either, because they share like 95 % of their code base, and Voyager is also strongly dependent on recent-ish WebKit versions.

[–] cheese_greater 1 points 10 months ago

Ya, he's gotta upgrade if this is important to him, open-source people doing this work need to be able to do their current and future work and not necessary worry about accomodating every device in existence :/

[–] cheese_greater 1 points 10 months ago* (last edited 10 months ago) (1 children)

I understand, but he's gotta look forward. We all have to work together and understand each other's challenges and unfortunately, its actually doable and far more so for you to upgrade regardless of any budgetary constraint.

There's plenty of older generation "new" phones (iPhones) to look at and I really hope you find one that works for you, if its refurbished its even cheaper. Check Amazon :) for the deal$

Edit: What model is it, out of curiosity?

[–] [email protected] 2 points 10 months ago (1 children)

I'm using voyager on my iphone just fine. This is for my old ipad (ipad 4, iOS 10.3.4).

I have built some flutter apps with an older version of xcode & flutter and they work just fine. Guess it was worth a try asking here.

[–] cheese_greater 1 points 10 months ago* (last edited 10 months ago)

I mean, you've been advised and empathized with so I think thats kinda it. Never hurts to ask as long as you're able to hear something that differs from the ideal :)

Edit: if thats a laudable goal, maybe you can try rebuilding it for that. He's gotta focus on current and future, like ask his permission or I don't know how that works but maybe he's open to it

[–] [email protected] 2 points 10 months ago (1 children)

It’s not React, it’s built on Ionic: https://ionicframework.com

Moreover, it’s a web app, perfectly capable of running in Safari, even on older devices. Use a browser on older devices. Problem solved.

[–] aeharding 4 points 10 months ago (1 children)

Voyager is React and Ionic :)

[–] [email protected] 2 points 10 months ago

They meant it's not react native, which somebody else suggested.