Hi there, maybe a stupid question, but how do I trigger pull-to-refresh in a desktop app. On android I pull down - and it works. But on desktop I need the mouse wheel for scrolling and it seems to be impossible to overscroll.
a
Alexander Maryanovsky
02/09/2024, 10:11 AM
In what widget? My guess would be that it’s simply not implemented, as pull-to-refresh is not a desktop UI idiom.
u
uli
02/09/2024, 12:11 PM
it’s box with a lazycolumn. And starting with material3 the pull to refresh component got available for desktop so I thought it might do something 🙂