Has anyone tried to add an accessibility action in Compose for swipe to refresh functionality? It’s ...
z
Has anyone tried to add an accessibility action in Compose for swipe to refresh functionality? It’s a pretty common gesture but it’s not clear to me how to make it accessible. I could add an overflow menu to the page but I’m hoping to avoid that.
c
How is it handled outside of Compose? 🤔 I think that in iOS, their accessibility allows a two or three finger drag to activate pull-to-refresh. In that case it would be handled by the OS rather than the library itself.