Ionic Segment style not changing Ionic V4 beta16

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>

It appears to be a bug. I would open an issue on the repo at: https://github.com/ionic-team/ionic/issues

1 Like