wimpie3 Well-Known Member Licensed User Longtime User Apr 28, 2022 #1 Is a very visible overscroll effect, like the blue area in this screenshot, possible in xcustomlistview?
Is a very visible overscroll effect, like the blue area in this screenshot, possible in xcustomlistview?
Erel B4X founder Staff member Licensed User Longtime User Apr 28, 2022 #2 xCustomListView = native ScrollView + some logic. The overscroll behavior and visualization depends on the OS. Upvote 0
xCustomListView = native ScrollView + some logic. The overscroll behavior and visualization depends on the OS.
Marvel Active Member Licensed User Apr 28, 2022 #3 I actually see a similar scroll effect on my phone. Maybe it only shows on some versions of Android wimpie3 said: Is a very visible overscroll effect, like the blue area in this screenshot, possible in xcustomlistview? View attachment 128610 Click to expand... Upvote 0
I actually see a similar scroll effect on my phone. Maybe it only shows on some versions of Android wimpie3 said: Is a very visible overscroll effect, like the blue area in this screenshot, possible in xcustomlistview? View attachment 128610 Click to expand...
wimpie3 Well-Known Member Licensed User Longtime User Apr 28, 2022 #4 Yes, it seems to be related to the version of Android. So it's not that easy to get the same consistent look and feel across different versions of your app. Upvote 0
Yes, it seems to be related to the version of Android. So it's not that easy to get the same consistent look and feel across different versions of your app.
Erel B4X founder Staff member Licensed User Longtime User Apr 28, 2022 #5 The user experience is consistent as the same effect will be applied to all apps on their device. Upvote 0