microsoft / microsoft/react-native-windows
Scroll wheel behavior differs significantly in new architecture (Windows App SDK) vs WinUI 3 Gallery app
Personne n'a encore pris cette issue.
- Langage dominant
- C++
- Étoiles
- 17.3k
- Forks
- 1.2k
- Merge moyen
- 1 j 13 h
- PR mergées (30 j)
- 33
Description
Discussed in https://github.com/microsoft/react-native-windows/discussions/14642
Originally posted by Ferry-200 May 6, 2025
version:
{
"dependencies": {
"react": "19.0.0",
"react-native": "0.78.0",
"react-native-windows": "^0.78.0"
}
}
I'm testing the React Native for Windows app using the new architecture (Windows App SDK). I noticed that the scroll wheel behavior is significantly different.
In the new architecture (Windows App SDK), scrolling with a mouse wheel feels much less responsive. The number of lines scrolled per wheel notch is considerably smaller compared to both the React Native Windows Gallery app and the official WinUI 3 Gallery app. As a result, scrolling through content feels sluggish and requires much more effort from the user.
This issue makes basic interaction in list views and scrollable content frustrating.
Any helps? Thanks!
https://github.com/user-attachments/assets/42702919-35e0-48ab-9ccc-7c98f8060b8e
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Évaluation
Cette issue n'a pas encore été évaluée.