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

[Android][TextInput]ShowSoftInputOnFocus has no effect #25687

Closed
yanxueliang opened this issue Jul 17, 2019 · 5 comments
Closed

[Android][TextInput]ShowSoftInputOnFocus has no effect #25687

yanxueliang opened this issue Jul 17, 2019 · 5 comments
Labels
Bug Component: TextInput Related to the TextInput component. Platform: Android Android applications. Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@yanxueliang
Copy link

yanxueliang commented Jul 17, 2019

Hi,
On Android,ShowSoftInputOnFocus has no effect.

Steps to Reproduce

Use a <TextInput /> component .

Reproducible Demo

...
render() {
	return (
           ...
            <View >
                <TextInput showSoftInputOnFocus={false}  style={{backgroundColor: 'pink'}} />
          </View>
  );
};


export default App;

React Native version:

    OS: Linux 4.18 Ubuntu 18.04.2 LTS (Bionic Beaver)
    CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
    Memory: 582.26 MB / 15.50 GB
    Shell: 4.4.20 - /bin/bash
  Binaries:
    Node: 10.16.0 - /usr/bin/node
    Yarn: 1.17.3 - /usr/bin/yarn
    npm: 6.9.0 - /usr/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    Android SDK:
      API Levels: 28
      Build Tools: 28.0.3, 29.0.0, 29.0.1
      System Images: android-28 | Intel x86 Atom, android-28 | Intel x86 Atom_64, android-28 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom_64, android-28 | Google Play Intel x86 Atom, android-28 | Google Play Intel x86 Atom_64, android-29 | Google APIs Intel x86 Atom
      Android NDK: 20.0.5594570
  npmPackages:
    react: 16.8.6 => 16.8.6 
    react-native: 0.60.3 => 0.60.3 
  npmGlobalPackages:
    react-native-cli: 2.0.1
@react-native-bot react-native-bot added Component: TextInput Related to the TextInput component. Platform: Android Android applications. Platform: Linux Building on Linux. labels Jul 17, 2019
@johnshroff
Copy link

I'm having the same issue

@jennifer-elyse
Copy link

I have the same issue also

@ma96o
Copy link
Contributor

ma96o commented Sep 30, 2019

@yanxueliang
Have you tried RN 0.60.5?
Seems to be related to #25028

@stale
Copy link

stale bot commented Dec 29, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 29, 2019
@stale
Copy link

stale bot commented Jan 5, 2020

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Jan 5, 2020
@facebook facebook locked as resolved and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Component: TextInput Related to the TextInput component. Platform: Android Android applications. Platform: Linux Building on Linux. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

5 participants