Skip to content

Question: button inside layout with effect #36

@bodeg

Description

@bodeg

Thanks for the great plugin

In the following code snippet, the LongTap command works properly.
What should I do to make the button to response and call its command?

BTW - in my case, the Frame is inside a ViewCell of a ListView

<Frame BackgroundColor="White"
       BorderColor="Black">
    <StackLayout
        xamEffects:Commands.LongTap="{Binding DebugCommand}"
        xamEffects:Commands.LongTapParameter="long tap command">


        <Label Text="I am a label" />
        <Button Text="Click Me"
                InputTransparent="True"
                Command="{Binding DebugCommand}"
                CommandParameter="button command" />

    </StackLayout>
</Frame>

With regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions