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

added changes to make the input work correctly on Android #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sfanetti
Copy link

@sfanetti sfanetti commented Jul 26, 2023

This change uses the before input as a proxy for keypress that allows for Android input to work. Currently when you attempt to type in the input while in Android - the values do not get updated and the mask does not get displayed on input text types. If you use a tel or num type it seems to work. But text types do not receive events correctly.

Testing needs to happen on Browserstack or on a physical device so I do not have an automated way of doing this - but regressions do not seem to be a problem.

@sfanetti sfanetti mentioned this pull request Jul 26, 2023
@hlubek
Copy link
Contributor

hlubek commented Jul 27, 2023

Hi Scott, thx. for this contribution. I'll test this ASAP and if it works in browsers I'm okay to change this - I don't have a physical Android right now (only Apples here).

@sfanetti
Copy link
Author

sfanetti commented Jul 27, 2023 via email

Copy link
Contributor

@hlubek hlubek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good by reading and testing in the browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants