Can't Scroll Vertical Scroll Arrangement Up in Swipe Refresh Layout

Exactly as the title says. When I attempt to scroll up, the refresh icon will come down and the scroll arrangement won’t scroll up. Scrolling in listviews seems to work, though.

Tested on a Moto E4 running Android 7.1.1.

1 Like

you have to share the aia file and post some screenshots of your blocks… otherwise no one can help you properly…

It’s a relatively simple thing to test, but here’s a simple example app that demonstrates this:
SwipeViewScrollTest.aia (1.6 KB)
SwipeViewScrollTest.apk (4.1 MB)

The only blocks I have just tell the program to stop refreshing should someone trigger the refresh animation:
image

I’ve also discovered the same problem occurs with simple text-only listviews; the only component which seems to work with the swipe refresh layout is the list view with image and text.

1 Like

In case anyone else is having this problem, I made a workaround using ColinTree’s Vertical Scroll Arrangement Handler:

image
SwipeViewScrollTest.aia (26.0 KB)
SwipeViewScrollTest.apk (4.1 MB)

8 Likes

A new property will be added in the next releas for that kind of bug.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.