As others have said, you should check out Avelon. It’s my favorite Lemmy app after ours
One of the developers of Memmy
As others have said, you should check out Avelon. It’s my favorite Lemmy app after ours
It’s driving me nuts too. We haven’t been able to figure it out yet, we seriously have no idea. Trust me it’s the number one issue i have as well. Stuff like that is part of the motivation for a rewrite.
Sorry neither of us have looked at it, haven’t been in the habit of checking recently. I made a note to review it tomorrow
Easier said than done 🥲
Mostly the stuff with lemmy.world banning the piracy community. (FWIW I think they have every right to ban whatever community they want on their server)
That would be pretty easy to implement actually. But at least for comments we wanted it to be a short press like in Apollo. I use it all the time that way and would rather not have to long press. I think with some tweaking it can be improved, unfortunately we both just aren’t react native experts so we’re learning as we go.
I’ve made it so that you can also hold the Feed button to open the drawer while in the feed. I don’t remember if this is deployed to test flight or App Store though. If it’s not then eventually you will be able to do that.
I’m trying to make the link clickable area bigger to avoid this problem in general with posts and comments. So that should partially resolve it. Maybe we can also add an option to disable collapsing posts
Uhhh… Can you please show me a video of this happening? Long pressing a link isn’t supported so it should just count as long pressing the comment which is what happens when I try to reproduce
Copying a previous comment:
It’s been on our todo list but we have been a little burnt out from Memmy development and lemmy in general so things have been slow. Plus I’ve been addicted to baldurs gate.
Fuck subscript and superscript all my homies hate subscript and superscript
It’s been on our todo list but we have been a little burnt out from Memmy development and lemmy in general so things have been slow. Plus I’ve been addicted to baldurs gate. We have a ticket for it in github
Nah not possible on iOS i believe
Link isn’t working i assume bc of the period but removing the period still doesn’t make it work
I think we have a ticket for this, it’ll be implemented eventually
It doesn’t contribute to UX, it’s purely a visual thing. I’m more interested in design guidelines that pertain to UX and usability.
Maybe we’ll add glassmorphism as an option someday, but the priority to me would be usability issues that go against apple guidelines.
Ugh it’s a little off rn for sure. We don’t use compact mode so don’t notice issues with it as often lol. It’s getting a rework and cleanup soon though for the 1.0 release
Thank you. Also sorry i responded when i just woke up, we did make the font smaller but it’s actually back to what it was like before we changed component libraries. So it’s technically “correct” now and the bigger font was a mistake. Hopefully soon we can figure out how to make the font slider work again though.
Font slider doesn’t work right now
Nah, the image handling is just very difficult. We’re using an animation library to handle the image gestures. It’s insane that there is no good image handling library for React Native. Boggles my mind how many basic things seem to be missing in the RN ecosystem that any app would need.