Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] The first Item in the CarouselView on Android is not shown #15313

Open
Grzesik opened this issue Apr 14, 2022 · 0 comments
Open

[Bug] The first Item in the CarouselView on Android is not shown #15313

Grzesik opened this issue Apr 14, 2022 · 0 comments
Labels
a/carouselview p/Android s/unverified New report that has yet to be verified t/bug 🐛

Comments

@Grzesik
Copy link

Grzesik commented Apr 14, 2022

Description

CarouselView [Android only]The first Item in the collection is not shown.

Steps to Reproduce

  1. Create a view like this CarouselView ItemsSource="{Binding Data}" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" Loop="False" CurrentItem="{Binding SelectedData, Mode=OneWayToSource}"
  2. Use the Xamarin.Forms 5.0.0.2244
  3. Fill the Data list with data
  4. The first item is shown
  5. Use the Xamarin.Forms from 5.0.0.2291 to 5.0.0.0.2401
  6. The first item is omited

Expected Behavior

The first item must be shown

Actual Behavior

The first item is omited

Basic Information

  • Version with issue: from 5.0.0.2291 to 5.0.0.0.2401
  • Last known good version: 5.0.0.2244
  • Platform Target Frameworks:
    • Android: 12.0 (S)
  • Android Support Library / AndroidX Version:
    Xamarin.AndroidX.Core 1.7.0.2, Xamarin.AndroidX.MediaRouter 1.2.6.1, Xamarin.AndroidX.Palette 1.0.0.13, Xamarin.AndroidX.RecyclerView 1.2.1.6,
  • NuGet Packages: Xamarin.Forms
  • Affected Devices: tested on Google Pixel 4a with Android 12

Environment

Show/Hide Visual Studio info

Build Logs

Screenshots

Reproduction Link

Workaround

Use the Xamarin.Forms 5.0.0.2244

@Grzesik Grzesik added s/unverified New report that has yet to be verified t/bug 🐛 labels Apr 14, 2022
@jfversluis jfversluis changed the title [Bug] [Bug] The first Item in the CarouselView on Android is not shown Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/carouselview p/Android s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

2 participants