alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

Couldn't Viewable Frame Bottom Content Something Covered Bottom Area on Xamairn IOS #603

Open UdayaDevConsole opened 2 years ago

UdayaDevConsole commented 2 years ago

Hi I am Udaya.. The Carousel Plugin Working Fine on Android But While Check in on IOS . I got the Issue Issue was Something Covered Frame Bottom on Carousel The Issue only on IOS i Attached ScreenShot For Reference . pls Verify it

CarouselViewIssue

Code :

<CollectionView>
    <CollectionView.ItemTemplate>
          <DataTemplate>
                  <Grid>
                       <cv:CarouselView />
                   </Grid>
          </DataTemplate>
    </CollectionView.ItemTemplate>
</CollectionView>