You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
Would it be possible to implement a top-to-bottom display? At the moment, new tweets arrive at the top of the screen, but this has numerous side-effects:
When reading a conversation, one reads downwards in a single tweet, then jumps up to the top of the tweet above it and reads downwards again. A top-to-bottom flow (as demonstrated here on Github) reads more naturally
When scrolling upwards to a tweet with embedded content, loading the embedded content causes lower tweet (which may actually be the tweet the user is reading/about to interact with) to jump downwards. Loading embedded content and then pushing newer tweets downwards would tend to alleviate this.
If there is a desire to make the app localisable, then this should only be implemented where the reading language is top-to-bottom (And perhaps not, for instance, in Japanese)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Would it be possible to implement a top-to-bottom display? At the moment, new tweets arrive at the top of the screen, but this has numerous side-effects:
If there is a desire to make the app localisable, then this should only be implemented where the reading language is top-to-bottom (And perhaps not, for instance, in Japanese)
The text was updated successfully, but these errors were encountered: