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

White text on white background when keyboard is in fullscreen mode #25692

Closed
Tiamatmate opened this issue Jul 17, 2019 · 2 comments
Closed

White text on white background when keyboard is in fullscreen mode #25692

Tiamatmate opened this issue Jul 17, 2019 · 2 comments
Labels
API: Keyboard Bug Platform: Android Android applications. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@Tiamatmate
Copy link

React Native version: 0.59.10

Steps To Reproduce

  1. Add the TextInput component with white text
  2. Make sure your device has Android OS and is in landscape mode
  3. Keyboard has white background and the text stays white rendering it invisible

Describe what you expected to happen:
The text should have a black color in fullscreen mode.

Snack, code example, or link to a repository:

                                    <TextInput
                                        underlineColorAndroid='transparent'
                                        placeholder={getTranslations('login.email', language)}
                                        placeholderTextColor='rgba(255, 255, 255, 0.5)'
                                        autoCapitalize='none'
                                        style={{..color: 'white'}}
                                        keyboardType='email-address'
                                        value={inputEmail}
                                        onSubmitEditing={() => this.passwordInput.focus()}
                                        returnKeyType='next'
                                        autoCorrect={false}
                                        onChangeText={(text) => {
                                            this.setState({
                                                inputEmail: text,
                                            });
                                        }}
                                    />
@Tiamatmate Tiamatmate added the Bug label Jul 17, 2019
@zhongwuzw zhongwuzw added the Platform: Android Android applications. label Jul 18, 2019
@stale
Copy link

stale bot commented Oct 16, 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 Oct 16, 2019
@stale
Copy link

stale bot commented Oct 23, 2019

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 Oct 23, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Oct 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API: Keyboard Bug Platform: Android Android applications. 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

3 participants