AndreiMisiukevich / CardView

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

Different Indicator position on IOS / Android devices #367

Closed dirkzp closed 3 years ago

dirkzp commented 3 years ago

Hello,

We are using the plugin to show images f the same size / dimensions on a Content Page. The Indicators should be at the bottom of the image or alternatively under the image. (Bottom of the image is implemented).

We see on our devices that on IOS the Indicators are under the image and on Android devices it is inside the image. Is it a bug or a wrong implementation? Thanks.

IOS View:

screen1

The following XAML is used: `<cards:CarouselView ItemsSource="{Binding FirmImages}" SelectedIndex="{Binding image_name}" BackgroundColor="White">

`
AndreiMisiukevich commented 3 years ago

Hello, I don't think it's a bug Probably images on android and iOS take different space sizes.

AndreiMisiukevich commented 3 years ago

Indicators are exactly at that place where you put them)

It seems that Image doesn't expand to take all available card's space

AndreiMisiukevich commented 3 years ago

Replace images with colored BoxViews and check if positions are different indeed.