Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonnickel/fb13091055-swiftuinavigationlinkinlistsimultaneousgesture
https://github.com/simonnickel/fb13091055-swiftuinavigationlinkinlistsimultaneousgesture
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonnickel/fb13091055-swiftuinavigationlinkinlistsimultaneousgesture
- Owner: simonnickel
- Created: 2023-08-31T09:43:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T09:10:23.000Z (over 1 year ago)
- Last Synced: 2024-12-16T16:06:20.126Z (about 1 month ago)
- Language: Swift
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FB13091055
NavigationLink and .simultaneousGesture() are not executed simultaneaously.
## Scenario
A List of NavigationLinks in a NavigationStack. Each list row (aka NavigationLink) should also do something else when it gets selected.
## Issue
NavigationLink and .simultaneousGesture() are not both executed. When tapping the text only the Gesture is executed, when tapping the background only the NavigationLink is executed.
## Expected
The NavigationLink is handled as usual and the .simultaneousGesture() is executed.
## Tested on
- Xcode Version 15.0 beta 8 (15A5229m): iPhone 14 Pro (iOS 17.0), iPad Pro (11-inch) (iOS 17.0)
- Xcode Version 15.0 RC (15A240d): iPhone 15 Pro (iOS 17.0), iPad Pro (11-inch) (iOS 17.0)