I have a Angular/Ionic App and wanted to add a Date:
<input type="text" placeholder="value" ng-model="data.reading">
<input type="date" ng-model="data.date">
On the iPhone it looks like:
Is there a way to let it look more native? Because this is just very very ugly.
Your best bet is probably to install http://ngcordova.com and use the DatePicker plugin that comes with it.