Need help with datetimepicker display issue
<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>
I have encountered a problem where the calendar icon is displaying as an emoji monkey on an iPad in Safari. I find it perplexing because when I switch the icon to a different glyphicon, like a star, it appears correctly. Interestingly, the same code works fine on the iPad independently:
<span class="glyphicon glyphicon-calendar"></span>
The markup seems identical, so I am quite puzzled by this inconsistency. Any suggestions or explanations?