<ion-segment value="bookmarks" scrollable>
<ion-segment-button value="bookmarks">
<ion-label>Bookmarks</ion-label>
</ion-segment-button>
<ion-segment-button>
<ion-label>Reading List</ion-label>
</ion-segment-button>
<ion-segment-button>
<ion-label>Shared Links</ion-label>
</ion-segment-button>
<ion-segment-button>
<ion-label>Bookmarks</ion-label>
</ion-segment-button>
<ion-segment-button>
<ion-label>Reading List</ion-label>
</ion-segment-button>
<ion-segment-button>
<ion-label>Shared Links</ion-label>
</ion-segment-button>
</ion-segment>
I have the same code in ionic 4 and it is fine, the segment width adjusting with content.
Is there a solution of this?
Thank you.