Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touch effect does not show #44

Open
DamienDoumer opened this issue Dec 3, 2019 · 4 comments
Open

Touch effect does not show #44

DamienDoumer opened this issue Dec 3, 2019 · 4 comments

Comments

@DamienDoumer
Copy link

DamienDoumer commented Dec 3, 2019

HI, I'm trying to implement a Fab which has touch effects, but the effects do not show up. unless I reload the control using hotreload. I applied it to a contentView as mentioned in your readme hopping that this will make it appear, but nothing,
The command works very well but not the effect

<xamEffects:BorderView HeightRequest="{Binding Size, Source={x:Reference fab}}"
                               WidthRequest="{Binding Size, Source={x:Reference fab}}"
                               CornerRadius="360"
                               BackgroundColor="Transparent">
                <ContentView xamEffects:TouchEffect.Color="{Binding Source={x:Reference fab}, Path=EffectColor}"
                             xamEffects:Commands.Tap="{Binding ClickedCommand, Source={x:Reference fab}}"
                             BackgroundColor="{Binding FabBackground, Source={x:Reference fab}}">
                    <Label Style="{StaticResource FontAwesomeSolidLabel}"
                           Text="{Binding Source={x:Reference fab}, Path=FontIcon}"
                           FontSize="Large" HorizontalOptions="Center"
                           VerticalOptions="Center"
                           TextColor="{Binding Source={x:Reference fab}, Path=IconColor}"/>
                </ContentView>
            </xamEffects:BorderView>
@mrxten
Copy link
Owner

mrxten commented Dec 9, 2019

Hi, ios/android?
Xamarin.forms version?

@DamienDoumer
Copy link
Author

DamienDoumer commented Dec 9, 2019 via email

@mrxten
Copy link
Owner

mrxten commented Dec 25, 2019

Which version of Xamarin.Forms

@DamienDoumer
Copy link
Author

DamienDoumer commented Dec 28, 2019

Android 9, on a huwawei phone, honor 9 lite XamarinForms 4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants