Replies: 1 comment 2 replies
-
|
You'll need to provide a little more detail about what you're doing here - "Feed" isn't a Toga object, and it's not clear what scrolling widget you're using. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I noticed an issue with Toga on Windows: when inserting a new element into a Feed, the view jumps to the top. This only happens on Windows on macOS the scroll position stays where it should.
Has anyone experienced this before? Is there a way to prevent the scroll from resetting on Windows, or any alternative approaches to handle this behavior?
We suspect that switching to an HTML-based GUI might solve the problem, but this is not yet confirmed by experiments.
Any advice or suggestions would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions