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

Allow enter button to search on android #1191

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

Kuuuube
Copy link
Member

@Kuuuube Kuuuube commented Jul 10, 2024

Fixes #1182

On android it is impossible for a textarea element to show the "Go" or "Search" button on the keyboard instead of the newline. It requires having an input element and doing so would break the multiline capabilities of the search box.

The android newline button also does not send any keycode but it does send enter as the key name and that can be intercepted.

Tested on Firefox android and Kiwi browser.

@Kuuuube Kuuuube added kind/enhancement The issue or PR is a new feature or request area/ui-ux The issue or PR is related to UI/UX/Design labels Jul 10, 2024
@Kuuuube Kuuuube requested a review from a team as a code owner July 10, 2024 01:34
@jamesmaa jamesmaa added this pull request to the merge queue Jul 10, 2024
Merged via the queue into yomidevs:master with commit 10b8261 Jul 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui-ux The issue or PR is related to UI/UX/Design kind/enhancement The issue or PR is a new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the enter button start the search on Android
3 participants