xamarin/Xamarin.Forms
Button inside ScrollView gets no visual click effect on iOS
Aperta
#4960 aperta il 11 gen 2019
e/4 :clock4:help wantedinactivep/iOS 🍎t/bug :bug:up-for-grabs
Metriche repository
- Star
- (5644 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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