swiety85 / angular2gridster

Angular implementation of well known Gridster (no jQuery, no external libraries, only Angular and Rx.js).
https://swiety85.github.io/angular2gridster/
MIT License
203 stars 75 forks source link

Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted. #359

Open sw-ms-ishanishah opened 4 years ago

sw-ms-ishanishah commented 4 years ago

image

Please check this problem when drag widget in 1440 resolution and with scroll

sw-ms-ishanishah commented 4 years ago

Any update on above issue?

swiety85 commented 4 years ago

Do you have any problem with dragging, or is it only about the error in the console?

sw-ms-ishanishah commented 4 years ago

Yes, Dragging is not work its on same position. So i check console when i dragged this error occur

sw-ms-ishanishah commented 4 years ago

Any update on this?

mpastori commented 3 years ago

I'm having the same issue. I followed the issue to this lines: image

I assume that an (event.cancelable) inside the same if that checks if it can preventDefault should fix this issue right? Because that's what the problem seems to be about, it is not able to cancel an event. Idk if this is something exclusive of Ionic 5 components but it seems that their scroll events when you trigger a touchmove/touchstart event are not cancelable.