jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

PullToRefresh doesn't trigger on IOS. #18

Closed Arohdin closed 7 years ago

Arohdin commented 7 years ago

I've implemented PullToRefresh (called ptr) in my PCL project and it's currently working on android, but not ios.

I've created the ptr as done in the given exampels and I've also explicitly set IsPullToRefreshEnabled = true just to be sure it doesn't initiate with different values depending on platform. The content property of my ptr-object got a ScrollView bound to it and I've also bound the viewmodel 'IsBusy' property and 'Loading'-command.

When pulling the scrollview in the ios version nothing happens.

This was tested on iOS emulator with iOS version 10 running on it.

jamesmontemagno commented 7 years ago

I will need a sample and more info. Not having any issues here.