-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[BUG] Mobile Keyboard Fluctuation During Search #9208
Comments
To reduce notifications, issues are locked until they are
🏁 status: ready for dev
|
Hello! Unable to recreate in my environment. Will unlock for discussion so others can report: Pixel6a See screen recording below for search on mobile working as expected |
It's happening when you type slowly. Screenrecorder-2023-09-30-21-43-45-728.mp4 |
haha! I am a fast typer, I will leave open for triage and discussion further |
Great spot! That makes sense why it would cause the behavior. |
The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md |
@badrivlog thank you for the details providing the problem and proposed solution. I have assigned you. |
This was added so people can use the back button and also share a deep link to their search results. We want to keep this url history |
Perhaps there is a better approach that doesn't reload the page on each keystroke? Apologies for not realizing that was the implementation of the search persistence when I unlocked this. |
Thanks for providing the details. After reviewing the code and considering the search persistent, I'm thinking of using |
Hello @eddiejaoude @amandamartin-dev I hope you're doing well. I wanted to bring your attention to a PR I submitted #9248 . In my research, I came across a popular GitHub discussion vercel/next.js#18072 that seems closely related to the issue this PR aims to address. I believe the insights and solutions discussed in that thread could be beneficial in resolving our issue. I understand that everyone has their own commitments, but I was wondering if you could take a moment to review my changes and consider the information shared in the linked discussion. Your feedback and guidance would be highly appreciated. Thank you in advance for your time, and please let me know if there's anything specific you'd like me to address or clarify in the PR. |
Thank you for doing this research. I have not used this method myself so cannot speak from a place of experience but it does look promising. I did notice in the conversation that many folks mentioned an issue with using the back button. What did you see in your tests? Also, I would like to hear Eddies (or someone elses) thoughts too since I have not implemented this before. |
Description
In search page when performing a search on my mobile device, the on-screen keyboard initially appears, then unexpectedly disappears and reappears during the search process, causing an inconsistent user experience and making it challenging to input text efficiently.
Environment
OS: Android
Browser: Google Chrome
Screenshots
No response
Do you want to work on this issue?
Yes
Additional information
No response
The text was updated successfully, but these errors were encountered: