jkbehnam
Results
2
comments of
jkbehnam
> FWIW - I had some success with this. Just adding the context menu directly on the label. Like @jakezatecky said, react-contextmenu worked just fine. > > ``` > {...
> When the send button is clicked and i add the message to the chatview, it gets displayed twice chatView.setOnSentMessageListener(new ChatView.OnSentMessageListener() { @override public boolean sendMessage(ChatMessage chatMessage) { return false;...