this post was submitted on 26 Feb 2024
4 points (83.3% liked)

Arctic

326 readers
12 users here now

Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+

Get the latest version on TestFlight, or check it out on the AppStore.

If you would like to support Arctic’s development, feel free to Buy Me A Coffee

founded 1 year ago
MODERATORS
 

First, thank you for building this wonderful app.

This is my favorite feature of the app: the ability to return to the previous post by swiping from right to left.

With the latest TestFlight version, I noticed a new bug: the text size on the returning post is set to the system size, and once complete open, switches to the user’s choice of text size. The result is a little jarring.

To replicate, set the text time to something other than the system size. View a post, go back. And then swipe across to return to the post. You should be able to see the effect.

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 months ago (1 children)

It’s my pleasure! This is one of my favorite features as well.

I believe this may be an issue with the ”hide bars on scroll” setting. It can cause a zooming effect during the forward navigation transition which in turn means the view is stretched vertically, resulting in larger font appearance.

On the other hand, this could be an actual font size issue that I just can’t reproduce on my end.

I took some time last night and added some fixes for both cases. The font is applied before showing the view, and the odd zooming effect has been fixed. There is still a slight issue with hidden bars causing a small jump when the view appears that I haven’t managed to fix yet. I released an update this morning that should resolve this issue. If you’re still encountering the problem please let me know.

… sorry for the late response, I attempted to reply a couple of times last night, but I found a bug that was causing a crash while typing and I had to fix it right away.

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

Thanks for the update. It seems normal now. Thanks!