Results 2 comments of Paul Jenkins

Is there any way to ignore/skip glidex on a per image basis? Same situation as this - I have one image thats not appearing because of no `WidthRequest` (has `HeightRequest`,...

I ran into this issue too, where I had to click behind the label to fire off the `Command`. I added the following to [Chip.xaml:L71](https://github.com/Tommigun1980/Xamarin.Forms.Chips/blob/ecdfde6e029432d0e901ab123b0e3fb1fb3b996a/Xamarin.Forms.Chips/Chip.xaml#L71) to get around it. ```xaml...