enm10k / nocodb-mobile

A prototype Android/iOS client for NocoDB
MIT License
46 stars 5 forks source link

[ feature req ] Refresh on pull down #27

Closed ballinger closed 4 months ago

ballinger commented 5 months ago

Refresh content with swipe down gesture. Previous fixes working, thanks!

enm10k commented 4 months ago

Implemented in #28.

enm10k commented 4 months ago

Let me provide some background. Since swipe down gesture is difficult to use when many rows are loaded, I added a button to refresh content in the bottom app bar.

ballinger commented 4 months ago

Cool, works for me. Thanx!