Skip to content

Keyboard does not response on Android Phone S7 Edge SM-G9350 - 8.0.0 #26452

Description

@Troynew

React Native version: 0.6.50

System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
Memory: 2.11 GB / 7.85 GB
Binaries:
Node: 10.16.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.17.3 - C:\Users\troy\AppData\Roaming\npm\node_modules\yarn\bin\yarn.CMD
npm: 6.1.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5692245

expected to happen:
when the TextInput focused, it should print some info on chrome devtool,but it doesn't

code example:
`componentDidMount() {
this.keyboardDidShowListener = Keyboard.addListener(
'keyboardDidShow',
this.handlekeyboardDidShow,
);
this.keyboardDidHideListener = Keyboard.addListener(
'keyboardDidHide',
this.handlekeyboardDidHide,
);
}

handlekeyboardDidShow() {
console.log('Keyboard Shown');
}

handlekeyboardDidHide() {
console.log('Keyboard Hidden');
}`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions