AndreiMisiukevich / TouchEffect

UI-responsive touch effects for Xamarin.Forms
MIT License
195 stars 33 forks source link

[Android] TouchEffect crashes on Android API Level 21 #57

Closed Amine24h closed 4 years ago

Amine24h commented 4 years ago

Description The application crashes when opening a Page with TouchEffect.

Basic Information Tested with Huawei P8 lite

Code snippet `<yummy:PancakeView Grid.Row="4" HeightRequest="50" Margin="30" HorizontalOptions="FillAndExpand" BackgroundColor="#bc91d7" BackgroundGradientAngle="70" BackgroundGradientEndColor="#FEA23B" BackgroundGradientStartColor="#F4C657" CornerRadius="100" touch:TouchEff.NativeAnimation="True" touch:TouchEff.Command="{Binding LoginCommand}">

AndreiMisiukevich commented 4 years ago

Thanks for the report, fixed