jamesmontemagno / Xamarin.Forms-PullToRefreshLayout

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

PullToRefresh intercepts Horizontal Swipe of carouselView inside it #69

Closed jerryno6 closed 4 years ago

jerryno6 commented 5 years ago

I use Horizontal CarouselView inside PullToRefreshLayout. on Android, while User's swiping horizontal, If the user bear down a little bit, the PullToRefresh behavior will intercept the horizontal swipe. There is a solution to fix it in the thread below, but it is not implemented in this source code. Should we add it & export an option for this control such as: InterceptHorizontalScroll = false/true.

https://github.com/jerryno6/Xamarin.Forms-PullToRefreshLayout.git

If there is no problem with it, I will Fork this, edit the codes and make a pull request to you.

jamesmontemagno commented 5 years ago

Can you send a PR to add this property.

jerryno6 commented 5 years ago

I have created a pull request as below https://github.com/jamesmontemagno/Xamarin.Forms-PullToRefreshLayout/pull/70