exyte / Chat

A SwiftUI Chat UI framework with fully customizable message cells and a built-in media picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reply Menu Issues

mwurm293 opened this issue · comments

  1. the Reply btn on long press is hidden by the message that is long pressed when the message is >2 lines long
  2. tapping the Reply btn doesnt actually change anything in the UI that I can tell.

Is there a way to turn off the long press?

Hey @mwurm293, thank you for bringing this to our attention. I didn't see the second issue on main branch, but I did fix the first one. I also added a modifier to turn it off showMessageMenuOnLongPress. Please check out version 1.3.2, have a great day!

wow that was fast on #1 ! thank you.

On #2, i guess im just not seeing whats different after selecting reply in the contextmenu. in iMessage it creates that circuit trace through the replied messages, but i dont see that here.