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

Add support for virtual keyboards (mobile) #148

Open
Todor46 opened this issue May 28, 2024 · 2 comments
Open

Add support for virtual keyboards (mobile) #148

Todor46 opened this issue May 28, 2024 · 2 comments

Comments

@Todor46
Copy link

Todor46 commented May 28, 2024

It is not possible to input the time manually using a virtual keyboard on a mobile phone.

I am using Huawei P30, with Microsoft SwiftKey keyboard and when I try to input the time manually, it has no effect.

My guess is that this is due to how the changes are being registered in the field. The virtual keyboard does not trigger key keydown and keyup events, so the input event has to be used to cover this case.

If I make some time for it, I can maybe contribute.

@dhutaryan
Copy link
Owner

It works on the iphone. Could you attach a video/gif?

@Todor46
Copy link
Author

Todor46 commented May 28, 2024

Yup. Here's a video:

MicrosoftTeams-video.mp4

I'm not sure if it's a big issue, but happens with some keyboards on Android. I've faced this issue myself while back where I needed to implement support for this in a code verification component for mobile.

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

No branches or pull requests

2 participants