xamarin/Xamarin.Forms

Button Pressed Animation not shown in iOS

Offen

#5.595 geöffnet am 18.03.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/5 :clock5:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

The Xamarin Forms Button was added to the scroll view the button pressed animation was not shown in the UI.

Steps to Reproduce

  1. Run the attached sample
  2. Tab the Button in StackLayout and ScrollView
  3. The Button inside the ScrollView don't have the tab animations. Check the attached video

Expected Behavior

The Button clicked animation will show in all the layouts

Actual Behavior

The clicked animation was not shown in ScrollView

Basic Information

  • Version with issue: Xamarin Forms all versions
  • Last known good version: -
  • IDE: VS17 Mac
  • Platform Target Frameworks:
    • iOS: 12.1
  • Nuget Packages: only Xamarin Forms
  • Affected Devices: Checked in the simulator, all type of simulator the issue was reproduced

Screenshots

The below are the issue reproduced video link, Link: XamarinFormsButton.zip

Reproduction Link

The below are the issue reproduced sample link,

Link: Sample.zip

Contributor Guide