Hira Anwer
Results
1
comments of
Hira Anwer
> A simple fix: > `document.addEventListener('touchstart', function(){}, {passive: false})` > The third parameter of `addEventListener` is the configuration parameters > > ``` > { > capture: Boolean, // listener will...