You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: