-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Mobile] - Android - Bring the Keyboard back when closing modals #57069
[Mobile] - Android - Bring the Keyboard back when closing modals #57069
Commits on Dec 14, 2023
-
React Native Bridge - Android - Introduces showAndroidSoftKeyboard to…
… show the keyboard if there's a focused TextInput
Gerardo committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for da6d429 - Browse repository at this point
Copy the full SHA da6d429View commit details -
Mobile - Bottom Sheet - Adds usage of showAndroidSoftKeyboard when cl…
…osing the Modal so it shows the Keyboard on Android for focused TextInputs
Gerardo committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 39e7f6c - Browse repository at this point
Copy the full SHA 39e7f6cView commit details -
React Native Bridge - Android - Introduces hideAndroidSoftKeyboard to…
… hide the keyboard without triggering blur events
Gerardo committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for b961e12 - Browse repository at this point
Copy the full SHA b961e12View commit details -
React Native Bridge - Remove console warnings for unsupported methods…
…, as their names are self-explanatory.
Gerardo committedDec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for ef48c7f - Browse repository at this point
Copy the full SHA ef48c7fView commit details
Commits on Dec 15, 2023
-
Update showAndroidSoftKeyboard to take into account when the window f…
…ocus changed, when we show the Modals these are shown on top of the editor activity. It also adds an option to delay this for full screen modals
Gerardo committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 79d62e8 - Browse repository at this point
Copy the full SHA 79d62e8View commit details -
Mobile - BottomSheet - Enable hardwareAccelerated and useNativeDriver…
…ForBackdrop props to improve performance on Android
Gerardo committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for b4257ec - Browse repository at this point
Copy the full SHA b4257ecView commit details -
Gerardo committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for a29ccfd - Browse repository at this point
Copy the full SHA a29ccfdView commit details
Commits on Dec 18, 2023
-
Removes hasWindowFocus condition as it is not being called hence not …
…needed
Gerardo committedDec 18, 2023 Configuration menu - View commit details
-
Copy full SHA for fc001f5 - Browse repository at this point
Copy the full SHA fc001f5View commit details -
Refactor showAndroidSoftKeyboard to split into several functions, it …
…also removes the delay functionality as it is no longer needed. It fixes an issue where mKeyboardRunnable was not being set. It removes the delay logic from the Bottom Sheet component and the bridge.
Gerardo committedDec 18, 2023 Configuration menu - View commit details
-
Copy full SHA for b0bfdf1 - Browse repository at this point
Copy the full SHA b0bfdf1View commit details -
Updates createShowKeyboardRunnable to get the activity within the run…
…nable instead of getting it as an param
Gerardo committedDec 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 1db7e47 - Browse repository at this point
Copy the full SHA 1db7e47View commit details -
Gerardo committed
Dec 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 1cb8d7f - Browse repository at this point
Copy the full SHA 1cb8d7fView commit details