mozilla-magnet / magnet

Mozilla Public License 2.0
7 stars 2 forks source link

Tie pull-to-refresh indicatior to header-bar loading indicator #13

Closed wilsonpage closed 8 years ago

wilsonpage commented 8 years ago

We still have the native RefreshControl to indicate the pull-to-refresh state. Although this doesn't work too well as it sit underneath the header-bar.

We need a way to tie the negative 'overscroll' position to the blue loading indicator in the header-bar.

This is fairly simple in iOS, but Android seems not to have a way of detecting 'overscroll'. This may mean we need to add some functionality to ReactScrollView to send us the require events.

wilsonpage commented 8 years ago

Moved to https://github.com/mozilla-magnet/magnet-client/issues/112