angular2-swing
angular2-swing copied to clipboard
Unable to preventDefault inside passive event listener due to target being treated as passive.
Chrome throws this error when moving cards:
Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
But everything is still working fine.
Sorry for the trouble, this is a breaking change in Chrome 56 to improve scroll performance. You probably need to add an appropriate touch-action
CSS rule to explicitly disable touch scrolling.
Can this issue be closed?
I think so
This is still an issue for me. adding css touch-action: none
does not solve my problem. Any update here?