On Android mobile devices with virtual keyboards, the Bootstrap Timepicker widget was not capturing input values correctly. The issue stems from the fact that Android devices use a special key code (229) for input events from virtual keyboards, which was not being handled.
Steps to reproduce:
- Open the timepicker widget on an Android mobile device.
- Try to input a time using the virtual keyboard.
Expected behavior:
The widget should capture input values correctly.
Actual behavior:
Input events were not captured, and the widget didn’t update.
On Android mobile devices with virtual keyboards, the Bootstrap Timepicker widget was not capturing input values correctly. The issue stems from the fact that Android devices use a special key code (
229) for input events from virtual keyboards, which was not being handled.Steps to reproduce:
Expected behavior:
The widget should capture input values correctly.
Actual behavior:
Input events were not captured, and the widget didn’t update.