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

UWP Soft Keyboard moves UI accordingly but doesn't affect Touchable Areas #1901

Closed
chukcha-wtf opened this issue Jul 16, 2018 · 1 comment
Closed
Labels

Comments

@chukcha-wtf
Copy link
Contributor

chukcha-wtf commented Jul 16, 2018

Environment

  1. react-native -v: 0.55.1
  2. npm ls rnpm-plugin-windows: 0.2.8
  3. npm ls react-native-windows: 0.55.0-rc.0
  4. node -v: v6.11.2
  5. npm -v: 3.10.10

Then, specify:

  • Target Platform: UWP
  • Target Platform Version(s): 10.0.14393
  • Target Device(s): Desktop (Microsoft Surface Pro 3)
  • Development Operating System: Windows
  • Visual Studio Version: Visual Studio 2017
  • Build Configuration: Debug, DebugBundle, Release, ReleaseBundle

Steps to Reproduce

(Write your steps here:)

  1. Create new ReactNative app
  2. Create TextInput alongside with TouchableOpacity on the bottom of the screen.
  3. Switch to TabletMode, focus on TextInput and wait till the Soft Keyboard appears on the screen.
  4. TouchableOpacity stops responding to interactions.

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

  1. Create new ReactNative app
  2. Create TextInput alongside with TouchableOpacity on the bottom of the screen.
  3. Switch to TabletMode, focus on TextInput and wait till the Soft Keyboard appears on the screen.
  4. 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:

Before Keyboard

Example UI after soft keyboard appears:

After Keyboard

Reproducible Demo

https://github.com/chukcha-wtf/SoftKeyboardIssue

@rozele rozele added the .NET label Feb 26, 2019
@chrisglein chrisglein added the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost
Copy link

ghost commented Oct 25, 2019

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 ghost removed the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@chrisglein chrisglein added the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost ghost removed the .NET Archive Issue opened against deprecated .NET implementation, will be closed (label drives bot activity) label Oct 25, 2019
@ghost ghost closed this as completed Oct 25, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants