You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
l work on PWA build with Polymer 2 and try to check it performance and other stuff with Lighthouse. I got one error about scroll listeners: Uses passive listeners to improve scrolling performance on line 434 in /polymer/lib/utils/gestures.html file.
l saw that you already added passive listeners for scroll event but I think you missed few listeners which added without {passive: true} option for event like touchstart and touchend in _add function. Can you fix it?
Example
Browsers Affected
Chrome
Versions
Polymer: v2.0.1
The text was updated successfully, but these errors were encountered:
Description
l work on PWA build with Polymer 2 and try to check it performance and other stuff with Lighthouse. I got one error about scroll listeners:
Uses passive listeners to improve scrolling performance
on line 434 in/polymer/lib/utils/gestures.html
file.l saw that you already added passive listeners for scroll event but I think you missed few listeners which added without
{passive: true}
option for event liketouchstart
andtouchend
in_add
function. Can you fix it?Example
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: