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

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

Closed
Troynew opened this issue Sep 16, 2019 · 0 comments
Closed

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

Troynew opened this issue Sep 16, 2019 · 0 comments
Labels
API: Keyboard Bug Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.

Comments

@Troynew
Copy link

Troynew commented Sep 16, 2019

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');
}`

@Troynew Troynew added the Bug label Sep 16, 2019
@Troynew Troynew closed this as completed Sep 17, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Oct 3, 2021
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API: Keyboard Bug Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants