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

keyboard layout is flickering while entering OTP (only on android) #353

Open
Govindsa421 opened this issue Jul 20, 2022 · 8 comments
Open
Labels
help wanted Extra attention is needed Needs more information The description in the issue doesn't sufficiently describe the problem/feature request.

Comments

@Govindsa421
Copy link

Govindsa421 commented Jul 20, 2022

While entering OTP on android devices , the keyboard layout kind of flashes. the same happens while deleting the OTP.

please help me to fix this problem.
attaching the resources for the sam

@Govindsa421 Govindsa421 changed the title Issues in android device while entering number in OTP field screen is flickering keyboard layout is flickering while entering OTP (only on android) Jul 20, 2022
@edwin-tandiono
Copy link

Are you using chrome mobile? This seems to happen due to that "password bar" with the key icon that appears there.

From what I understand, the whole document is being re-rendered on input change, and the password bar is not detected immediately on re-render. Once it was detected, the document abruptly shrinks its height. This is what causing the down-up bounce of the input.

The solution that comes to mind:

  1. Make the input independent to document height
  2. Disable the password bar (Not sure how to do this)
  3. Prevent document re-render on change (Not sure how to do this too)

@zafar-abba-s-tranzita
Copy link

Having same issue in andriod, please help me to fix this

@1496-rajeev
Copy link

facing same issue on android only on chrome browser

@umeshiscreative
Copy link

Facing same issue on iOS device with safari browser.

@IamSAL
Copy link

IamSAL commented Sep 19, 2022

Facing same issue, it looks keyboard looses focus and quickly refocus on every keystroke.

@chincodes
Copy link

I found this issue while testing on android phone in chrome browser
. Working fine on desktop browsers.

@prateek3255 prateek3255 added help wanted Extra attention is needed Needs more information The description in the issue doesn't sufficiently describe the problem/feature request. labels Mar 25, 2023
@prateek3255
Copy link
Collaborator

Can you add a screenshot/video for reference?

@BoraVivek-Furrl
Copy link

Any update on this? This is causing un-expected behavior wherein my Continue button is getting hidden due to that Password bar which comes after few split seconds of keyboard getting rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed Needs more information The description in the issue doesn't sufficiently describe the problem/feature request.
Projects
None yet
Development

No branches or pull requests

9 participants