this post was submitted on 28 Jun 2023
33 points (100.0% liked)

Liftoff!

4352 readers
1 users here now

A mobile client for Lemmy running on iOS and Android

founded 1 year ago
MODERATORS
 

I love the app, first and foremost. It's hands-down the best way to view Lemmy posts, and it feels amazing to scroll and interact with.

When I click a link that opens in a browser, though, it opens without any frame around it and can't open into any third party apps. I know it may not impact everyone, but for me this is pretty difficult to get around. Some use cases:

  • I clicked the link to view Liftoff! in the Play Store, and I couldn't click to actually download the app. Sure, I already have this installed, but it could happen for other apps.
  • I was reading an article that I wanted to share externally, but the menu for my browser wasn't available to share that content.
  • I clicked a YouTube video and wanted to watch it in the official app instead of the browser. There was no way to open the link in another app.

Again, loving the app but this would make it so much cooler!

you are viewing a single comment's thread
view the rest of the comments
[–] StringPotatoTheory 10 points 1 year ago (4 children)

there's an active pull request for opening links in an external app, hopefully it's in the next release

[–] 0x30507DE 4 points 1 year ago (3 children)

I tried building that, but it really didn't want to open anything (suspect it has to do with me not having chrome on my linux machine)

Ended up cloning v0.9.18 and replacing the bit in lib/url_launcher.dart that opens urls with flutter_custom_tab's launch, works great (hooray for open-source)

[–] StringPotatoTheory 2 points 1 year ago (2 children)

Nice! I love that it's open source. It's my favorite lemmy app and I want to contribute soon when I have time.

[–] 0x30507DE 2 points 1 year ago (1 children)

Same. Unfortunately I have exactly 0 experience with mobile app development in general, let alone flutter... Damn, now I gotta learn that

[–] StringPotatoTheory 2 points 1 year ago

my experience is making one mobile app in Java, so learning flutter was easy in some aspects, but hard in others. the best benefit though of learning flutter is that there's one codebase for both ios and android. it's awesome.