ipad 上的 bootstrap glyphicons 问题

edd*_*cat 5 css mobile-safari ipad twitter-bootstrap glyphicons

我正在尝试使用日历字形显示日期时间选择器。这是 HTML:

  <div class='input-group date' id='fuel-start-datetimepicker'>
          <input type='text' class="form-control" id="fuel-start-input" />
          <span class="input-group-addon">
          <span class="glyphicon glyphicon-calendar"></span>
          </span>
   </div>
Run Code Online (Sandbox Code Playgroud)

在 iPad 上的 Safari 中查看此内容时,日历图标显示为表情符号猴子。我很困惑,因为我可以将图标更改为不同的字形(用星号尝试过)并且它显示得很好。这本身在 iPad 上也能正常工作:

  <span class="glyphicon glyphicon-calendar"></span>
Run Code Online (Sandbox Code Playgroud)

我不确定这与我所拥有的完全不同 - 这是相同的标记。非常困惑。

有任何想法吗?

小智 2

有同样的问题。我下载了最新的引导程序版本并替换了“glyphicons-halflings-regular.*”文件。它解决了我的“猴子表情符号”问题。