Bootstrap datetimepicker在ipad上不起作用

时间:2016-03-28 21:29:09

标签: mobile

我在apache cordova应用程序中使用Bootstrap-datetimepicker。

   <div class="col-sm-6 form-group">
        <div class='input-group date' id='datetimepicker1'>
              <input type='text' class="form-control" readonly="readonly" />
                  <span class="input-group-addon">
                         <span class="glyphicon glyphicon-calendar"></span>
                   </span>
        </div>
     </div>
    <script>
        $(function () {
          $('#datetimepicker').datetimepicker({
            ignoreReadonly: true
          });
        });
    </script>

在模拟器上完美运行,但无法在“ipad”上使用选择器更改日期。选择器在更改日期之前关闭。

0 个答案:

没有答案