Running Voyager on iOS? Upgrade to 1.9.1 for some quality of life fixes!
Also if you run Android and aren't on 1.9.0 yet, upgrade! There's some fixes for Android too :)
1.9.1 fixes some annoying iOS UX, specifically:
Swipe back should no longer interfere with the post/comment swipe options.
Swipe back should complete faster which means the first gesture should be missed much less often!
This was possible because I have temporarily forked Ionic. I plan on making PRs back to Ionic so we can get off this custom fork soon, but in the meantime, enjoy! ๐
It never really did. Only once you manually tap back then itโs loaded into memory and you can swipe back. Itโs annoying, but itโs been like this
the whole time
If the functionality is there, I canโt find it.. but any way we can get the ability to long press to save/share a video via say a text message, without it being a link back to Lemmy?
Unfortunately Lemmy uses a bespoke spoiler format that's hard to parse with the Markdown library we're using. I spent a day on that a month ago and gave up. I'll try again at some point.
I see, thanks for taking that into account.
I understand the spoiler part is tricky because I usually type markdown without the GUI, but Iโm not able to do it myself for the spoiler type (it seems it even uses the language or some strings to do it, because the : characters arenโt enough) ๐คฃ
Iโm not sure if the issue on your end is related to the spoiler being something like a collapsed span or something like that. How feasible would be if you were able to interpret everything between ::: ::: as spoiler and do it differently from Lemmy? (Maybe just hide the text).
But the strike through seems to me the typical markdown that I use on Obsidian, so it should be simple, I guessโฆ