-
Notifications
You must be signed in to change notification settings - Fork 47
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
ListView do not scrolled after full scrolling to down and up #2609
Comments
@kni Can you provide as with a full repro project in a zip? I copied the code from the issue but it's full of build errors. |
@kni I can't reproduce on Desktop or Android. I tried the Uno.Sdk version in the zip and also the latest Uno.Sdk. |
Maybe it depends on the workload? My dotnet workload list is: Installed Workload Id Manifest Version Installation Source android 34.0.143/8.0.100 SDK 8.0.400, VS 17.11.35327.3 To the point. |
@MartinZikmund Could you try the given repro? Maybe you can get it to reproduce. |
There is another such error for Windows. |
@kni as you mention that it reproduces on android, could you provide the logcat from the device you're running on? You can do that with the following commands: > adb logcat -G 64M
> adb logcat -c
rem Start and crash the app here, wait 2-3 seconds and then:
> adb logcat -d > logcat.txt |
But app is crashed only under Windows. You can not reproduces? |
Thanks. You mentioned Android in the target platforms, hence the question. If the app crashes on windows, can you provide a stacktrace of the crash? For android, even if it does not crash, please provide the logcat, it may indicate useful information. |
I hope I did what you wanted: Exception in App.g.i.cs
I think the reason of this error is the same for both Windows and Android: list Virtualising. |
Thanks. This indeed feels like a bug in virtualization, but it could be related to the |
Current behavior
I can scroll big ListView to down and return to up.
Then scrolling do not work!
After select element scrolling work to one full scrolling and again hangs.
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
Android
IDE
Visual Studio 2022
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: