Created
January 17, 2019 06:27
-
-
Save MuhAssar/a31a8f823bb7fabd4dcd8cdf581af6a9 to your computer and use it in GitHub Desktop.
demonstrate ionic 4 component ion-segment bug in RTL and iOS mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ion-app> | |
<ion-split-pane> | |
<ion-menu> | |
<ion-content> | |
<ion-list> | |
<ion-item> | |
<ion-segment> | |
<ion-segment-button> 1 </ion-segment-button> | |
<ion-segment-button> 2 </ion-segment-button> | |
<ion-segment-button> 3 </ion-segment-button> | |
</ion-segment> | |
</ion-item> | |
</ion-list> | |
</ion-content> | |
</ion-menu> | |
<ion-router-outlet main></ion-router-outlet> | |
</ion-split-pane> | |
</ion-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment