question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[IONIC 4] Ignored attempt to cancel a touchmove event with cancelable=false,

See original GitHub issue

Bug Report

Ionic Info Run ionic info from a terminal/cmd prompt and paste the output below.

   ionic (Ionic CLI)          : 4.1.0
   Ionic Framework            : @ionic/angular 4.0.0-beta.3
   @angular-devkit/core       : 0.7.2
   @angular-devkit/schematics : 0.7.2
   @angular/cli               : 6.1.2
   @ionic/ng-toolkit          : 1.0.5
   @ionic/schematics-angular  : 1.0.4

Describe the Bug

I add a tap event on ion-item, and to make it could scroll I also add [style.touch-action]="'pan-y'" to make it work.

Pull down to refresh the page, there is a error in console. [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

Steps to Reproduce Steps to reproduce the behavior:

  1. Pull down the page
  2. Check console, you could get the error.

Related Code

<ion-content>
    <ion-refresher>
    </ion-refresher>
    <ion-list>
        <ion-item (tap)="xxxx()" `[style.touch-action]="'pan-y'">
    </ion-list>
</ion-content>

Expected Behavior No error in console.

Additional Context image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:12
  • Comments:36 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
liamdebeasicommented, Mar 1, 2019

Hi everyone,

This has been resolved via #17351 and will be in the next release of Ionic. I have published a nightly build with this fix if anyone would be interested in testing with their apps (4.1.0-dev.201903011951.f205b10). Thanks!

4reactions
Jerga99commented, Oct 31, 2018

I am still having this issue. Is there any known fix ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solving issue: “[Intervention] Ignored attempt to cancel a ...
Solving issue: “[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false”. This article describes how to solve this warning that ...
Read more >
console error ignored attempt to cancel a touchstart event
[Intervention] Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot ...
Read more >
(Ionic 4) Ignored attempt to cancel a touchmove event with ...
Hey there, I been facing this issue like 2 days and I don`t get with it. I have the following: <ion-content force-overscroll="true"> <div ......
Read more >
Easy fix for: '[Intervention] Ignored attempt to cancel ... - URIports
Ignored attempt to cancel a touchmove event with cancelable=false - so your browser has ignored the request to cancel an event called touchmove...
Read more >
[Intervention] Ignored attempt to cancel a touchmove event ...
Pinch zoom an image. Does anyone else get this error: “[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found