samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.91k stars 1k forks source link

iOS: Opening a site does not scroll to the top #1915

Open adeftu opened 1 week ago

adeftu commented 1 week ago

Any site I open, the scroll position it’s not at the top, but is a few pixels below. This means I can’t see the title of the last post and I’d need to scroll down each time I open a site.

https://github.com/user-attachments/assets/2f914f3e-d5d8-4fef-9c2a-54ec11a23adf

iOS: 18.1 Newsblur: 13.1.3

samuelclay commented 1 week ago

Whoa, that is strange. Never seen that before. Do you have a premium account? @Dejal maybe try logging in as this user and see if you can repro.

adeftu commented 1 week ago

Do you have a premium account?

Nope.

I could probably try to delete and reinstall the app and see if that helps. But let me know first if I can help debugging in the current state.

Dejal commented 1 week ago

I can reproduce the issue. It only seems to affect the iPhone app, since version 13.1.2 (build 271). I should have a fix soon.

Dejal commented 1 week ago

Actually, not as simple as I thought; it looks like iOS 18 changed the table view behavior, as the same code behaves differently on iOS 17 vs 18. I'm out of time this week, so will resume investigating this on Monday.