jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

Pull To Refresh a ScrollView or ListView in Xamarin.Forms
218 stars 49 forks source link

ActivityIndicator not showed (IsRefreshing changed programmatically) #27

Closed xportation closed 6 years ago

xportation commented 7 years ago

If I change the IsRefreshing property programmatically the ActivityIndicator is not showed.
It's differs the ListView...

pulltorefreshlayout

Do you know how to have same behavior??

Thanks :)

couperyork commented 7 years ago

I also receive similar behavior only on iOS, my Android platform works fine.

AlejoZito commented 6 years ago

Same problem here. It looks like the container that holds the spinner doesn´t expand when IsRefreshing is set to true from the viewmodel. Issue only happens on iOS

ghost commented 6 years ago

Had the same issue... Not sure if it's a binding issue, because I seemed to work around the issue by setting the IsRefresh property directly on the control (e.g. in code-behind). Not a very elegant solution though :)

NoltIvanov commented 6 years ago

Hello James, PullToRefreshLayout needs to be updated because it's not working correctly (after refreshing transparent rectangle is added to the layout).

scriptBoris commented 5 years ago

Problem is actual