-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add keyboard listener to ReactRootView #159
Comments
I believe this is part of clipped subview work. See #79. |
is there a way to detect keyboard operations in react-native-windows right now? |
Closing in favor of concrete issues like #1901. |
I understand, that #1901 might be more actionable, but it is just a small part of the Keyboard and KeyboardAvoidingView functionality that is missing. This issue is currently linked in the Therefore, this should also include:
|
Need dirty() to be virtual to override in special cases.
Keyboard listener sends an event with the keyboard dimensions to JavaScript. This allows clipping and other operations to occur.
The text was updated successfully, but these errors were encountered: