Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an Ionic pull down refresh spinner like Gmail App? [closed]

I know there is 'pull down to refresh' in ionic, but this pulls the view down.

I was looking to see if there's a spinner that pulls down in front of the current view, as happens in Android Gmail app

For Android it's called SwipeRefreshLayout

enter image description here

An AngularJS Implementation

AngularJS (not Angular 2+) implementation of Pull to Refresh in Material Design by Alireza Mirian https://github.com/alirezamirian/angular-material-swipe-to-refresh

Demo - you'll need to use DevTools, and switch to Mobile mode for touch gestures on a PC It's seems a bit janky, although it's the idea I was after but for Angular 2+

like image 303
Drenai Avatar asked May 22 '16 21:05

Drenai


1 Answers

It looks like this is something on the Ionic 2 road map which may be released in beta 11. As they seem to be releasing the betas once every week or so I would guess this may be a couple of weeks away, but do not take my word for it!

See this GitHub request.

like image 195
Will.Harris Avatar answered Nov 01 '22 01:11

Will.Harris