You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An idea of how to make the emoji autosuggestions from #51 and the soon to be committed autocompletions from #277 is to keep the emoji view that the user has just interacted with and allow them to press the same emojis multiple times. The general idea on this for the German keyboard would allow someone to write:
Hund 🐶🐶🐶🐶🐶🐶
It's my expectation that a person would more likely repeat an emoji than use a base autosuggestion that would normally follow it. We'd need the space between the emojis to be deleted after the first one by checking that an emoji autosuggestion or completion has been used, and then the defauly added space could be ignored so long as the user keeps doing more of them :)
Contribution
Happy to work on this or give someone some guidance on how to work on it 😊 This Issue is a bit difficult though given all the parts of the interface that will need to be conditionally changed.
The text was updated successfully, but these errors were encountered:
Hey @andrewtavis! This is a good one! Really like it too. I knew something was missing when someone selected an emoji suggestion but just couldn't put my finger on what it was. This is nice 😄
Terms
Description
An idea of how to make the emoji autosuggestions from #51 and the soon to be committed autocompletions from #277 is to keep the emoji view that the user has just interacted with and allow them to press the same emojis multiple times. The general idea on this for the German keyboard would allow someone to write:
It's my expectation that a person would more likely repeat an emoji than use a base autosuggestion that would normally follow it. We'd need the space between the emojis to be deleted after the first one by checking that an emoji autosuggestion or completion has been used, and then the defauly added space could be ignored so long as the user keeps doing more of them :)
Contribution
Happy to work on this or give someone some guidance on how to work on it 😊 This Issue is a bit difficult though given all the parts of the interface that will need to be conditionally changed.
The text was updated successfully, but these errors were encountered: