xamarin/Xamarin.Forms

Button inside ScrollView gets no visual click effect on iOS

开放

#4,960 创建于 2019年1月11日

 (3 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南