jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

jquery-mobile-datebox isn't working on Android devices #383

Closed dimabory closed 6 years ago

dimabory commented 9 years ago

While using jquery-mobile-datebox 1.4.5

<input name="time" id="time" type="text" data-mini="true"
            data-role="datebox" data-options='{"mode": "timebox", "lockInput": false,"overrideTimeOutput":"%I:%M %P"}'>

on Android devices (>4.1), changing of time and AM/PM works incorrectly. Tested it on Samsung Galaxy Nexus Android 4.3.

Clicking on arrow(top/bottom) automatically returns value of the field to previous.

Please, check it and advice what to do next.

On Android with jquery-mobile-datebox 1.4.4, it issue isn't reproduces and works fine.