In my angular 4 web project, we got some violations.
Our project details are
"@angular/core": "^4.0.0",
"@angular/cli": "^1.4.0",
What is the problem ?
Thanks
Remove the unnecessary touchstart
listeners on the button toggle.
It was initially added to prevent it from capturing user events, however it's no longer necessary, because we have pointer-events: none
on the element. This also fixes a warning that is being logged by Chrome.
If you use datatables plugin, select2 plugin, bootstrapSwitch plugin or some jquery libraries, some unnecessary use of (touchstart) events can be used. IF u check these kind of libraries or touchstart events these number of errors will decrease.