mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(segment): segment functions properly on android 5 (#20554)
fixes #20466
This commit is contained in:
@@ -75,6 +75,18 @@
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-segment value="segment">
|
||||
<ion-segment-button value="segment">
|
||||
Segment
|
||||
</ion-segment-button>
|
||||
<ion-segment-button value="outside">
|
||||
Outside
|
||||
</ion-segment-button>
|
||||
<ion-segment-button value="content">
|
||||
Content
|
||||
</ion-segment-button>
|
||||
</ion-segment>
|
||||
|
||||
<ion-content>
|
||||
<div class="ion-padding">
|
||||
<ion-segment>
|
||||
|
||||
Reference in New Issue
Block a user