I’ve found this in chrome dev tools:
Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive.
A developer encountered JavaScript functionality issues with Samsung Internet Browser on their e-commerce site, while other browsers worked correctly. The problem specifically affected certain pages, including product configuration features.
Root Cause Identified:
let keyword to declare variablesletlet to var resolved the problemAdditional Context:
Helpful Resources Mentioned:
Another user confirmed experiencing similar browsing issues with Samsung Mobile, suggesting broader compatibility concerns with the browser’s JavaScript handling.
I’ve found this in chrome dev tools:
Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive.