Closed dotnetdreamer closed 4 years ago
tns --version
node_modules/tns-core-modules/package.json
"tns-android"
"tns-ios"
package.json
Create a new project and add the Pager plugin
I used the following code:
<Pager #topPager row="0" spacing="1" peaking="35%" [disableSwipe]="isLoading" disableAnimation="true" [items]="menuItems" class="top-pager" [selectedIndex]="menuPagerIndex" (selectedIndexChange)="onTopPagerIndexChanged($event)"> <ng-template let-i="index" let-item="item"> <GridLayout rows="*, {{isTablet ? 17 : 10}}" class="pager-item {{item.cssClass}}"> <Label class="pager-item-title {{item.cssClass}}" [text]="item.title" [class.ative]="i === menuPagerIndex"></Label> <Label text="" row="1" class="ficon ficon-23 arrow-down {{item.cssClass}}" *ngIf="i === menuPagerIndex"></Label> </GridLayout> </ng-template> </Pager>
To see the issue, please check the following video:
https://bit.ly/2EqIhMM
Any workaround for this...?
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
tns --version
to fetch it) 6.2.0node_modules/tns-core-modules/package.json
file in your project) 6.1.0"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project) 6.2.0Please, tell us how to recreate the issue in as much detail as possible.
Create a new project and add the Pager plugin
Is there any code involved?
I used the following code:
To see the issue, please check the following video:
https://bit.ly/2EqIhMM