Skip to content

ionic 3 virtual scroll not working on segment #15007

@buscanopaul

Description

@buscanopaul

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>

screen shot 2018-08-03 at 1 42 24 pm
screen shot 2018-08-03 at 1 19 29 pm

related link: https://forum.ionicframework.com/t/ionic-3-virtual-scroll-not-working-on-segment/137211

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions