xamarin/Xamarin.Forms

Button inside ScrollView gets no visual click effect on iOS

Ouverte

#4 960 ouverte le 11 janv. 2019

 (3 commentaires) (0 réaction) (0 personne assignée)C# (1 926 forks)batch import
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Métriques du dépôt

Stars
 (5 644 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur