Skip to content

[macOS] Clicking on the post list text, the NavigationLink isn't triggered #9

Closed
@SirArkimedes

Description

@SirArkimedes

What happens:
When clicking on any of the text, or elements, that are in the List on macOS, the NavigationLink destination isn't triggered.

An example:
When clicking on the text that is enclosed within the red box,
macOS
The PostDetailView destination does not get triggered.
The only way to trigger the PostDetailView is to click outside of the Text elements.

Additional details:
Removing the .onTapGesture(count: 2) from macOS' PostView will allow the clicks to be passed through again. Though, this obviously removes the double click to open a new window functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions