jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

Forms 3.4 causes crash when init the plugin #57

Closed raymondjstone closed 5 years ago

raymondjstone commented 5 years ago

PullToRefreshLayoutRenderer.Init(); fails (android in this case)

Unhandled Exception:

System.TypeLoadException: VTable setup of type Refractored.XamForms.PullToRefresh.Droid.PullToRefreshLayoutRenderer failed

nielscup commented 5 years ago

same issue here, only on Android. iOS works fine

quentinR0bert commented 5 years ago

see #56

jamesmontemagno commented 5 years ago

Duplicate of #56