fix: Mobile-friendly changes for emoji picker - #1301
Open
Pecacheu wants to merge 1 commit into
Open
Conversation
Pecacheu
force-pushed
the
fix/phoneui-emoji
branch
from
June 25, 2026 02:06
c6dbf41 to
313a492
Compare
Pecacheu
force-pushed
the
fix/phoneui-emoji
branch
from
July 2, 2026 16:09
313a492 to
91de8e9
Compare
Pecacheu
marked this pull request as ready for review
July 2, 2026 16:09
Pecacheu
force-pushed
the
fix/phoneui-emoji
branch
from
July 24, 2026 13:58
91de8e9 to
a375574
Compare
Member
|
I am running into an issue with this in dev - when opening the picker while the keyboard is open it closes my keyboard but then doesn't move to the bottom. screen-20260809-233101.mp4 |
Contributor
Author
Ah I think I see what's happening, it's trying to avoid overflowing the top of the screen and thus sticks to the top, but that's overriding it trying to stick to the bottom. My phone screen is taller cause I have a fat ass Galaxy Ultra phone so this doesn't happen to me lol I'll have to see how I can fix that order of priorities |
- Don't autofocus search input in GIF/emoji picker on mobile because it causes unwanted touch keyboard deployment - Shrink GIF/emoji picker when screen is too small (dynamically reduces row count for emoji picker or GIF size for GIF picker) - Prevent GIF/emoji picker from overflowing screen width/height - Fix overflow hidden clipping emoji autocorrect dropdown when editing a message refactor: Use new resize & layout hooks fix: Make emoji picker resize reactive fix: Auto-hide keyboard on Emoji/GIF panel open Signed-off-by: Pecacheu <3608878+Pecacheu@users.noreply.github.com>
Pecacheu
force-pushed
the
fix/phoneui-emoji
branch
from
August 10, 2026 16:29
a375574 to
0c4578a
Compare
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split off from #835
main