Feature Request - Message Actions on Long Press #93
Replies: 5 comments 9 replies
-
Hey @jlubeck we all use Telegram and other chats and we are aware of those features, no need to send a screenshot of every small detail because we will have hundreds of feature requests in one hour. We do this after work on weekends and we have our priorities in a pinned issue right now, later we plan to do milestones specifying every feature planned for a particular milestone. Step by step we will be there. |
Beta Was this translation helpful? Give feedback.
-
Hey @demchenkoalex I'm definitely not trying to spam. I thought I was helping with this so that whenever you DO make the milestones, you can just link this tickets to them, and whoever is interested in a specific issue can just follow the issue. This is by no means a way to pressure or rush you guys. I thought it would even help either me (or whoever else wants to make a PR) to have a ticket to link it to... I also shared some code snippets on another ticket (#24 (comment)) just a few minutes ago. I'd love to help you guys build this. But if there are no tickets, there is no way to follow progress :D |
Beta Was this translation helpful? Give feedback.
-
Ok, makes sense @jlubeck. Then we probably need to use GitHub as our board since we will have all the features here, including milestones. We will try to arrange that this week. |
Beta Was this translation helpful? Give feedback.
-
I've built this functionality in my project but before adding a PR, I would like to know how much flexibility we need with it. My implementation is a bit of code and e.g. also uses |
Beta Was this translation helpful? Give feedback.
-
I have implemented a feature on long press action that user can choose to copy / share / delete message. The idea is that instead of getting the text or the original picture, it finds the rendered object (message bubble) from context and display on the screen. The IOS and android platform both seems to be working using this method. In addition, it needs to modify the position of message bubble and action widget when it overflows in the edges of screen. |
Beta Was this translation helpful? Give feedback.
-
Would be nice to get extra actions when long pressing a button. Most importantly to be able to reply to other messages, but other options are valid as well. The system could even be made extensible to allow devs to add their own actions
Example:
Beta Was this translation helpful? Give feedback.
All reactions