ArkhamCards icon indicating copy to clipboard operation
ArkhamCards copied to clipboard

[bug?] android scroll issue

Open derornos opened this issue 3 years ago • 6 comments

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

derornos avatar Oct 25 '21 21:10 derornos

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?

zzorba avatar Oct 25 '21 21:10 zzorba

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

derornos avatar Oct 25 '21 23:10 derornos

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.

zzorba avatar Oct 26 '21 21:10 zzorba

okay, thx.

derornos avatar Oct 26 '21 21:10 derornos

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.

derornos avatar Dec 29 '21 05:12 derornos

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.

zzorba avatar Dec 29 '21 13:12 zzorba