IOS Picker

Is there a plugin or component to create IOS style pickers (select list) ?

https://www.google.com/search?q=ios+picker&biw=1920&bih=965&source=lnms&tbm=isch&sa=X&ved=0CAYQ_AUoAWoVChMIiPzH6Lf7xgIVhnM-Ch1I5QtW

use a default html-select-tag and options --> it will appear os-dependent

There’s one, but it’s a premium plugin so you will need to purchase it.

It’s called Mobiscroll: https://mobiscroll.com/

You can download it for free for about 15 days. Ionic is also supported.

P.S. I’m in no way affiliated with that company

I also used the standard HTML5 input tags.
Here is a good overview: http://mobileinputtypes.com/
Works great for me on iOS and Android.
But Android just from version 4.4 and up ( http://caniuse.com/#feat=input-datetime )

If you need help implementing (errors like… time/date format incorrect) just message me.