Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pop search when touch textarea in Android Chrome #1700

Merged
merged 2 commits into from May 21, 2023

Conversation

CorrectRoadH
Copy link
Contributor

@CorrectRoadH CorrectRoadH commented May 21, 2023

close: #1667 #1594
the Bug caused by touch textarea will tigger resize event in Android chrome🤔 I try to set resize: none or anything. But these didn't work. But I found to delete the resize function. all functions are working fine! 🤯

Now:

Android

screen-20230521-152457.mp4

desktop scale:

adjust width when opening search:
CleanShot 2023-05-21 at 15 29 54
the error highlight fixed in #1699

adjust width when closing search:

CleanShot 2023-05-21 at 15 36 40

@github-actions
Copy link

github-actions bot commented May 21, 2023

Uffizzi Preview deployment-26026 was deleted.

@CorrectRoadH CorrectRoadH changed the title fix: pop search when touch textarea fix: pop search when touch textarea in Android Chrome May 21, 2023
Copy link
Collaborator

@boojack boojack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boojack boojack merged commit 6bb0b4c into usememos:main May 21, 2023
11 checks passed
boojack pushed a commit that referenced this pull request May 21, 2023
* fix: pop search when touch textarea

* eslint
hu3rror pushed a commit to hu3rror/memos-on-fly-build that referenced this pull request May 22, 2023
* fix: pop search when touch textarea

* eslint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

安卓pwa模式下,每次打开首次点击输入框,搜索页面就会弹出
2 participants