Why Ionic data type input doesn't work in android

Why Ionic data type input doesn’t work in android and works fine in IOS. It displays as a normal text input. Anyone know the reason and how to fix it?

Android 4.3 and lower does not support input type date

http://caniuse.com/#feat=input-datetime

So there’s no way to fix this, but you can use crosswalk and get this.

Thanks @mhartington. Got it.