AndreiMisiukevich / CardView

CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
MIT License
710 stars 114 forks source link

Pull to refresh not working while swiping down on top of Carousal View #407

Closed anoopv closed 2 years ago

anoopv commented 2 years ago

Hi,

We have implemented carousal view in my project and it's working fine.

But if we try to put Carousal View inside RefreshView then Pull to refresh is not happening if we try to swipe down on top of Carousal View.

Is there any possible solution for this?

<Grid>
   <RefreshView>
      <CollectionView>
         <CollectionView.HeaderTemplate>
           <DataTemplate>
               <cards:CarouselView/>
          </DataTemplate>
      </CollectionView.HeaderTemplate>
   </CollectionView>
  </RefreshView>
</Grid>

Thanks

AndreiMisiukevich commented 2 years ago

Hi @anoopv, ios or android?

anoopv commented 2 years ago

Hi @AndreiMisiukevich,Issue exists in iOS

AndreiMisiukevich commented 2 years ago

probably the issue is somewhere here https://github.com/AndreiMisiukevich/CardView/blob/master/PanCardView.iOS/CardsViewRenderer.cs#L142-L166

But I am not sure when/if I have time to look through it