Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Fix searching on iOS #283

Merged
merged 1 commit into from
Jun 10, 2021
Merged

Fix searching on iOS #283

merged 1 commit into from
Jun 10, 2021

Conversation

idunno101
Copy link
Contributor

From issue #266

It's caused by the keyboard attempting to capitalize the Enter key (referenced from angular/angular#32963)

This just applies the workaround suggested in the comments (angular/angular#32963 (comment)). Autocapitalization in the search bar will be turned off so that the keyboard on iOS won't send "Shift+Enter" instead of just "Enter"

Prevent the keyboard on iOS from sending "shift+enter" instead of just "enter"
@barthalion barthalion merged commit 47bf5be into flathub-infra:master Jun 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants