You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create TextInput alongside with TouchableOpacity on the bottom of the screen.
Switch to TabletMode, focus on TextInput and wait till the Soft Keyboard appears on the screen.
TouchableOpacity stops responding to interactions.
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
Create new ReactNative app
Create TextInput alongside with TouchableOpacity on the bottom of the screen.
Switch to TabletMode, focus on TextInput and wait till the Soft Keyboard appears on the screen.
TouchableOpacity should be responsive, user should be able to press on it w/out hiding keyboard.
The issue is related to Touchable Area's and Soft Keyboard on Windows.
When there is a Soft Keyboard triggered - the UI is correctly updated and moved to the top (not to cover Text Input) which is fine. But the touchable area's aren't moving with UI and might be covered by keyboard. So it's not possible to press anywhere in the app untill the Soft Keyboard will be hidden.
We are not investing in new features or lower priority bug fixes on vCurrent. The bulk of investment is now in vNext as we prepare to make that the default choice. If this issue is still relevant on the vNext implementation please open a vNext issue. If this issue is of significant severity for a vCurrent app and vNext is not an option, re-open with justification.
ghost
removed
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
chrisglein
added
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
ghost
removed
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
Environment
react-native -v
: 0.55.1npm ls rnpm-plugin-windows
: 0.2.8npm ls react-native-windows
: 0.55.0-rc.0node -v
: v6.11.2npm -v
: 3.10.10Then, specify:
Steps to Reproduce
(Write your steps here:)
TextInput
alongside withTouchableOpacity
on the bottom of the screen.TouchableOpacity
stops responding to interactions.Expected Behavior
(Write what you thought would happen.)
Actual Behavior
TextInput
alongside withTouchableOpacity
on the bottom of the screen.TouchableOpacity
should be responsive, user should be able to press on it w/out hiding keyboard.The issue is related to Touchable Area's and Soft Keyboard on Windows.
When there is a Soft Keyboard triggered - the UI is correctly updated and moved to the top (not to cover Text Input) which is fine. But the touchable area's aren't moving with UI and might be covered by keyboard. So it's not possible to press anywhere in the app untill the Soft Keyboard will be hidden.
Example UI before keyboard appears:
Example UI after soft keyboard appears:
Reproducible Demo
https://github.com/chukcha-wtf/SoftKeyboardIssue
The text was updated successfully, but these errors were encountered: