ArkhamCards
ArkhamCards copied to clipboard
[bug?] android scroll issue
Drag action to scroll up should bring the page down, but it works the other way around. (the opposite is also the case: scrolling down -> page up)
device info
- android 11
- z flip3
https://user-images.githubusercontent.com/15874357/138772840-8b7e226b-e67d-451f-9009-309b3770de06.mp4
Did this just change on the new version?
That's so strange, maybe some system default changed on me without my knowledge, but this wasn't a conscious change on my part.
Or has it always been backwards?
I changed my phone(s8) to z flip3 about a week ago. However, it was checked that the flip's flex mode panel option is off for this app.
App version is beta on 21.10.19 for android. I rebooted and re-recorded the repeated attempts with only this app running.
https://user-images.githubusercontent.com/15874357/138783946-e972553f-3a92-491b-9d4d-9b937b0411f3.mp4
This doesn't happen all the time, but it happens too often... TT
Seems like there have been some scattered reports of this over the year, I suspect its related to more items coming in (since the view pages in items a few at a time to avoid long waits).
When the current iOS issue is resolved, I'm going to try swapping this controller out for a more customized one that hopefully avoids the issue, while being more performant.
okay, thx.
My "Z filp3" has now been upgraded to Android 12. But still have the same scrolling issue. As you said, it seems right that this issue is caused by split-loading the data. I hope this problem will be fixed soon.
Yeah, so I completely rebuilt this hoping to use a different scrolling library. It worked better on IOS, but was unfortunately much worse on Android. There's a rewrite of it underway by the maintainers which I'm hopeful will address some of the issues.
Still on the lookout for a serviceable base library for react-native that has 1) android support and 2) pull to refresh support.