Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiping doesn't work if set peaking on Android #156

Closed
dotnetdreamer opened this issue Dec 17, 2019 · 1 comment
Closed

Swiping doesn't work if set peaking on Android #156

dotnetdreamer opened this issue Dec 17, 2019 · 1 comment
Labels

Comments

@dotnetdreamer
Copy link

dotnetdreamer commented Dec 17, 2019

Which platform(s) does your issue occur on?

  • Android
  • Android versions: 6.2.0
  • emulator or device. What type of device?: Device. I used Samsung A70 and Note 10+

Please, provide the following version numbers that your issue occurs with:

  • CLI: (run tns --version to fetch it)
    6.2.0
  • Cross-platform modules: (check the 'version' attribute in the
    node_modules/tns-core-modules/package.json file in your project)
    6.1.0
  • Runtime(s): (look for the "tns-android" and "tns-ios" properties in the package.json file of your project)
    6.2.0

Please, 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:

          <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="&#xe950;" 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

@triniwiz triniwiz added the bug label Dec 17, 2019
@dotnetdreamer
Copy link
Author

Any workaround for this...?

@triniwiz triniwiz mentioned this issue Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants