Xamarin.Forms
Xamarin.Forms copied to clipboard
[Xamarin Forms Date Picker - Year selection field is not scrollable in Android 7 version]
Description
Xamarin Forms Date Picker - Year selection field is not scrollable in Android 7 version
Steps to Reproduce
THE ISSUE OCCURS IN LOWER ANDROID DEVICES (ANDROID 7 and 8) - small display size
- Create a default Xamarin forms application and Add a Date Picker control.
- Now, open the date picker and tap on the year field.
- After opening the year column, it will scroll.
Expected Behavior
Year field should be scrolled
Actual Behavior
Facing scrolling issue.
Basic Information
- Version with issue: Latest Xamarin forms version - 5.0
- Last known good version:
- Platform Target Frameworks:
- Android: ANDROID 7 and 8 - small display size
- Android Support Library / AndroidX Version: 28.0
- NuGet Packages: Xamarin forms
- Affected Devices: Samsung, Redmi 4A, Zebra TC25
Environment
Visual Studio 2022 latest version.
Screenshots
Reproduction Link
Basic sample will reproduce, but only in the lower model devices.
Workaround
No workaround, since it is a frame work issue
which api level are you targeting? 28? it could be that you have to target a more current api version when using the latest xamarin forms packages.
And also, what is the Xamarin.Forms specific version you are using?