DataViewer "on refresh" detection

Hi Thunkers,

Before I put this in my Thunkable Feature Requests, anybody knows any hack to detect when the user does a swipe up in the dataviewer component to refresh the data?

The ideal would be to have an on dataviewer refresh block to detect when happens, but today we have just the call dataviewer's refresh data block to force the refresh, and after, do something. Unfortunately this block does not meet the need to do something when the user manually swipe up and refresh the dataviewer.

Regards,

Paulo Vaz

2 Likes

Can you give an example of what you would want to do when the user refreshes the data viewer?

1 Like

Basically load new data in the datasource that feeds the dataviewer, coming from Firebase.

I dont want to refresh via Firebase listener to avoid that refresh effect that move the list to the 1st line in each change on Firebase, but only when user do the swipe.

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