I have added date field in the form, it shows placeholder in browser but not in android device.
<label class="item item-input"> <input type="date" placeholder="Start date" ng-model="localPlacementStep.starts_at"> </label>
Maybe Android on device is too old, if so you could try using crosswalk
I have latest android L operated device.