When i am trying to use ion-segment with the directive mode and setting it to ‘md’ it is not working in iOS it is showing the iOS style segment only but i need the Android way, for the PWA and hybrid apps both.
<ion-segment mode="md">
<ion-segment-button value="friends">
friends
</ion-segment-button>
<ion-segment-button value="enemies">
enemies
</ion-segment-button>
</ion-segment>