xamarin/Xamarin.Forms

Button inside ScrollView gets no visual click effect on iOS

オープン

#4,960 opened on 2019/01/11

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド