highPriorityGesture
on LazyLoadingImage
is swallowing tap events
#672
Labels
duplicate
This issue or pull request already exists
What did you do?
I tried to add an
onTapGesture
to the defaultmakeImageAttachmentView
so that I could report analytics about user image usage.What did you expect to happen?
onTapGesture
handler would be calledWhat 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
The text was updated successfully, but these errors were encountered: