I read the guide on platform styles for Ionic 2 here and I’m left with two questions.
How does one change the mode that gets assigned “in the configuration?”
Secondly, how would one change the styling of a single component? I like the segment styling on android much better and would like to use it on iOS, but keep all the other default iOS styling.
I had the same requirement of an android style segment in iOS. After all the futile attempts with sass variables, I just tried the mode=“md” on the segment tag…it worked !!
I just tried this and it works too. @elvis_gn means that you can do something like this to force the Android style regardless of the platform it’s running on.