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

@ei2kpi

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions