[IONIC 4] Ignored attempt to cancel a touchmove event with cancelable=false,
See original GitHub issueBug 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:
- Pull down the page
- 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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:12
- Comments:36 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!I am still having this issue. Is there any known fix ?