SwiftUI ScrollViewReader does not scroll to last message when images are included
I am working on a SwiftUI chat application where I want the chat view to automatically scroll to the last message when the view appears and when new messages are added. The scrolling works fine for text messages, but when I include images in the chat messages, it stops scrolling to the last message.