Is it possible to tell ionic to use the android style on the ion-select
component for ios? The way i’m using it it generates a modal with all the options. I prefer the Android look of this and would like to have it look the same on ios.
my-form.html.jade
ion-item --ion-label Select your state --ion-select -----ion-option(*ngFor="#state of states" ) {{state}}
I really wouldn’t suggest doing this. It would be really off putting to users to get a component that fits for one OS, be on another platform. Like looking at windows UI on osx. Just feels… off
The question was, “Is it possible to tell ionic to use the android style on the ion-select component for ios?”, not, “Hey, do you think it would be good UX to style the ion-select component to look the same on ios as it does on Android?”
No, it is not possible to do this at a component level.
Still don’t think you should anyways.
1 Like
Cool, thanks for the answer and for your opinion.