Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lag and choppiness when doing press-and-hold fast scroll with remote #168

Open
ksvslk opened this issue Nov 14, 2024 · 4 comments
Open

Lag and choppiness when doing press-and-hold fast scroll with remote #168

ksvslk opened this issue Nov 14, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ksvslk
Copy link

ksvslk commented Nov 14, 2024

Describe the bug
Lag and choppiness when holding down the remote left/right button to scroll horizontally.

To Reproduce
Run the example (hoppix) on Android TV. I made a release build.

Expected behavior
Smooth scroll without lag or choppiness.

Screenshots
Believe me, it is laggy.

Version and OS

Additional context
I believe the creators have not focused on this problem and it is expected?

@ksvslk ksvslk added the bug Something isn't working label Nov 14, 2024
@pierpo
Copy link
Member

pierpo commented Nov 20, 2024

Hey, are you trying in release mode? It can be sloppy in debug mode (React Native is quite slow in debug mode), but shouldn't be in release mode.

Having a good performance is important for us, and we did check on low-end devices (Xiaomi TV Box). I'm quite surprised that it's slow for you 🤔

@pierpo
Copy link
Member

pierpo commented Nov 25, 2024

Hey, someone else was talking about the app and told me that there was a big slowness that was weird, and noticed that reanimated was causing issues 😱

Removing this part greatly improves the smoothness of the app (even though the animation isn't even used if you don't use a longPress)

We will fix this in the example soon by removing reanimated, probably 😬

@ksvslk
Copy link
Author

ksvslk commented Nov 26, 2024

Hey, someone else was talking about the app and told me that there was a big slowness that was weird, and noticed that reanimated was causing issues 😱

Removing this part greatly improves the smoothness of the app (even though the animation isn't even used if you don't use a longPress)

We will fix this in the example soon by removing reanimated, probably 😬

Hi! Thank you for pointing this out. I think the best way to deal with this is to remove the animation as this does not contribute to the experience so much !

@pierpo
Copy link
Member

pierpo commented Nov 26, 2024

Indeed, in this case it was just an example 😄 So you confirm that it improves smoothness a lot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants