Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

InteractionManager fires two DoubleTappedEvents #17

Description

@ei2kpi

In InteractionManager.cs there are two ways that DoubleTappedEvent can be called... One in OnShellSelectEvent and the other in TappedCallback. This results in two events being fired every time a DoubleTapped event occurs. It seems like the OnShellSelectedEvent is doing its own timing to decide whether to fire a double tapped event while the other one is using the GestureRecognizer which should give a more consistent experience.

Suggestion is to remove the DoubleTappedEvent from OnShellSelectEvent.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions