xamarin/Xamarin.Forms

Button inside ScrollView gets no visual click effect on iOS

Offen

#4.960 geöffnet am 11.01.2019

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/4 :clock4: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

A Button or ImageButton that is located inside a ScrollView gets no Visual click-effect on iOS

Steps to Reproduce

<ScrollView>
  <StackLayout Orientation="Horizontal" VerticalOptions="Start" >
    <ImageButton Source="MyProject.MyImage.jpg"/>
    <Button Text="Non image button"/>
  </StackLayout>
</ScrollView>

Expected Behavior

A visible click effect when tapping the button

Actual Behavior

No Visual click effect when tapping the button

Basic Information

  • Version with issue:
  • Last known good version: 3.4.0.1009999
  • IDE: Visual Studio (Windows) 15.9.4
  • Platform Target Frameworks:
    • iOS: 12.1
    • Android: N/A
    • UWP: N/A
  • Android Support Library Version: N/A
  • Nuget Packages: Only default ones from new Xamarin Project template
  • Affected Devices: Reproducable on IPhone 6 with iOS 12 and IPhone 5 with

Screenshots

N/A

Reproduction Link

Don't Think it's needed. Can provide if nessesary

Contributor Guide