-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
What did you do?
I tried to add an onTapGesture to the default makeImageAttachmentView so that I could report analytics about user image usage.
What did you expect to happen?
onTapGesture handler would be called
What happened instead?
highPriorityGesture is swallowing the on tap event and preventing detection.
GetStream Environment
GetStream Chat version: 4.66.0
GetStream Chat frameworks: StreamChatSwiftUI
iOS version: iOS 18
Swift version: 5
Xcode version: 16.1
Device: Any
Additional context
stream-chat-swiftui/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift
Line 364 in c414e88
| .highPriorityGesture( |
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists