-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
手机用搜索输入时输入法用不了 #280
Comments
能提供浏览器版本与手机系统版本的相关信息吗? |
Upload.from.GitHub.for.iOS.MOV在 iOS Safari 上我没能复现这一问题,搜索栏在 Chrome 的 device emulation 中也工作正常。因此我怀疑是相关浏览器版本与兼容性造成的问题。 |
安卓11,浏览器为yandex和edge,以及安卓版chrome |
Screenrecording_20211018_094303.mp4三个浏览器都是这种情况 |
这两个都是正常的。。。。就是doit的会上面那种问题,可能是手机问题😂😂 |
也许换一个输入法试试看? |
也许和 $searchInput.addEventListener('focus', () => {
document.body.classList.add('blur');
$header.classList.add('open');
}, false); $searchInput.addEventListener('input', () => {
if ($searchInput.value === '') $searchClear.style.display = 'none';
else $searchClear.style.display = 'inline';
}, false); 有关 |
代码在哪个文件呀 |
苹果设备都可以,我这边的安卓都不可以,不知道什么原因,代码对比loveIt也看不出什么问题。。。。 |
我在 Chrome 和 Firefox 的 emulator 上也复现不出来... 所以还挺麻烦的....... https://3708120f.hugodoit.pages.dev/ 能否尝试一下这个网址是否工作正常? |
哇,这个是正常的 |
请问我该如何解决这个问题 |
这是最后一个正常工作的版本 https://68984a37.hugodoit.pages.dev/ 这是造成问题的 commit 564cae8 |
应该和 这个接近 1000 行的 |
https://do-it-git-fix-search-pcloud.vercel.app/ 麻烦帮忙测试一下 这个网址上的搜索框是否工作正常? |
工作正常 |
手机上搜索时输入法弹出一下就弹回去了,包括官方文档也是
The text was updated successfully, but these errors were encountered: