-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Description
Support Question
my ionic version is 3.20.0
below is my html
<ion-header> <ion-navbar color="primary"> <ion-toolbar class="player-sort"> <ion-segment [(ngModel)]="segments"> <ion-segment-button value="overview"> <div class="sort-label">OVERVIEW</div> </ion-segment-button> <ion-segment-button value="playbyplay" > <div class="sort-label">PLAY-BY-PLAY</div> </ion-segment-button> <ion-segment-button value="box"> <div class="sort-label">BOX SCORE</div> </ion-segment-button> </ion-segment> </ion-toolbar> <ion-title></ion-title> </ion-navbar> </ion-header>
related link: https://forum.ionicframework.com/t/ionic-3-virtual-scroll-not-working-on-segment/137211
Metadata
Metadata
Assignees
Labels
No labels

