Building a date picker in ionic (input type=data) we get android 2.3 style datepicker

This can be fixed by opening platforms/android/AndroidManifest.xml, and removing this

android:theme="@android:style/Theme.Black.NoTitleBar"

2 Likes