XF-Material-Library icon indicating copy to clipboard operation
XF-Material-Library copied to clipboard

MaterialChip didnt work

Open chrome050 opened this issue 4 years ago • 1 comments

🐛 Bug Report

When i using MaterialChip in a ContenPage the xaml wont work under Android or iOS. Other Controls are working.

Expected behavior

Chip is showing

Reproduction steps

Create a ContenPage with a Grid and put a ScrollView inside.

<ScrollView Grid.Row="0" Orientation="Horizontal">
                <StackLayout>
                    <ui:MaterialChip Text="Test"/>
                </StackLayout>
</ScrollView>

Configuration

Xamarin.Forms 4.8.0

Version: 1.7.5

Platform:

  • [x] :iphone: iOS
  • [x] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

chrome050 avatar Nov 15 '20 16:11 chrome050

Seems to be working fine on Xamarin Android and xf Material 1.7.4. Try rolling back

ske66 avatar Dec 04 '20 10:12 ske66