react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Why 'TextInput' display incorrect and color on Samsung Note.

Open anupong-s opened this issue 3 years ago • 10 comments

Why 'TextInput' display incorrect and color on Samsung Note (Real Device). What should I do?

react-native: "0.69.1" react-native-paper: "^5.0.0-rc.3" react-native-vector-icons: "^9.2.0"

As below picture, Run on Samsung Note 9 (Android 10 - Real Device)

286

As below picture, Run on Samsung A52 (Android 12 Real Device)

324794

anupong-s avatar Sep 01 '22 09:09 anupong-s

Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).

Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.

github-actions[bot] avatar Sep 01 '22 09:09 github-actions[bot]

Couldn't find version numbers for the following packages in the issue:

  • react-native
  • react-native-paper
  • react-native-vector-icons

Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.

github-actions[bot] avatar Sep 01 '22 09:09 github-actions[bot]

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • react-native (found: 0.69.1, latest: 0.69.5)
  • react-native-paper (found: 5.0.0-rc.3, latest: 4.12.4)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

github-actions[bot] avatar Sep 01 '22 09:09 github-actions[bot]

The versions mentioned in the issue for the following packages differ from the latest versions on npm:

  • react-native (found: 0.69.1, latest: 0.69.5)
  • react-native-paper (found: 5.0.0-rc.3, latest: 4.12.4)

Can you verify that the issue still exists after upgrading to the latest versions of these packages?

Still not working.

anupong-s avatar Sep 02 '22 03:09 anupong-s

Hey @anupong-s, could you please reproduce the same issue on the snack and share the link with us? Also it will be awesome if you can do some initial investigation since you have an access to both devices.

lukewalczak avatar Sep 02 '22 09:09 lukewalczak

Hello, @lukewalczak My device is Samsung Note 10 (Android version 10) I try to run on emulator with android Q (version 10) but it display correct. I don't know how to reproduce on emulator. I guess, it problem all model on Samsung Note (real device).

anupong-s avatar Sep 02 '22 10:09 anupong-s

Are you able to provide the code sample which you are using when facing the issue?

lukewalczak avatar Sep 03 '22 12:09 lukewalczak

Could you please try to install react-native-paper in version 5.0.0-rc.5?

lukewalczak avatar Sep 05 '22 11:09 lukewalczak

Hi @lukewalczak, I already try to install version 5.0.0-rc.5 but still not working.

  1. TextInput: type password but text not hidden.
  2. Text color display incorrect.

828248

anupong-s avatar Sep 06 '22 08:09 anupong-s

There is nothing called type = password in react native you need to use this prop https://reactnative.dev/docs/textinput#securetextentry

raajnadar avatar Sep 06 '22 09:09 raajnadar

Hello 👋, this issue has been open for more than a month without a repro or any activity. If the issue is still present in the latest version, please provide a repro or leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution or workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix it.

github-actions[bot] avatar Oct 07 '22 02:10 github-actions[bot]

I'm having this issue right now on my Redmi note 11. It's meant to be black but instead I'm seeing a grayish color...

Aycom366 avatar Nov 20 '23 05:11 Aycom366