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

Is it possible to send "Search" to the keyboard? #1096

Closed
lbutterfly opened this issue Dec 25, 2018 · 3 comments
Closed

Is it possible to send "Search" to the keyboard? #1096

lbutterfly opened this issue Dec 25, 2018 · 3 comments

Comments

@lbutterfly
Copy link

Description

I want to use "\n" to connect search icon in keyboard for native android app, but it is nothing happen. below is my code:

await element(by.id('search_bar')).typeText('toy\n');

Note: this code is successful on my native iOS app.

Detox, Node, Device, Xcode and macOS Versions

  • Detox: 8.2.3
  • React Native: None
  • Node: v11.0.0
  • Device: Emulator Nexus_6_API_28
  • Xcode: 10.0.0
  • macOS: 10.14

Screenshot for keyboard

device-screen

@cucumbur
Copy link

Do you have more context for how your component is declared? i.e. what props are you using and what are you assigning to them

@stale
Copy link

stale bot commented Feb 18, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.
Thank you for your contributions.

@stale stale bot added the 🏚 stale label Feb 18, 2019
@stale
Copy link

stale bot commented Feb 25, 2019

The issue has been closed for inactivity.

@stale stale bot closed this as completed Feb 25, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Feb 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants