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

CP-9634: Fix the keyboard type for the browser’s search text input. #2164

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

onghwan
Copy link
Contributor

@onghwan onghwan commented Dec 17, 2024

Description

Ticket: CP-9634

  • Updated the keyboard type for the browser’s search text input to make entering URLs easier.

@@ -160,7 +160,7 @@ export const EmptyTab = (): JSX.Element => {
}}>
<View style={{ flexDirection: 'row' }}>
<SearchBar
returnKeyType="done"
keyboardType={Platform.OS === 'ios' ? 'web-search' : 'url'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: extract this keyboardType logic to a util to reuse

@onghwan onghwan merged commit 94c4c94 into main Dec 18, 2024
4 checks passed
@onghwan onghwan deleted the CP-9634 branch December 18, 2024 14:13
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.

2 participants