Xamarin.Forms icon indicating copy to clipboard operation
Xamarin.Forms copied to clipboard

[Bug] iOS CarouselView - buttons not responsive in a carouselview item content

Open bricefriha opened this issue 2 years ago • 0 comments

Description

All buttons and input inside a carousel view item don't register. Works as expected on Android, but it doesn't work on iOS. I have attached a sample.

Steps to Reproduce

  1. Create a Carousel View
  2. Add buttons in the item Template
  3. Tap on them

Expected Behavior

They should have an animation and trigger their commands.

Actual Behavior

They don't have any animation and don't trigger any action.

Basic Information

  • Version with issue: 5.0.0.2612
  • Platform Target Frameworks:
    • iOS: 15.6

bricefriha avatar Sep 21 '23 11:09 bricefriha