top of page
bottom of page
document.querySelectorAll('iframe, canvas').forEach(el => { el.addEventListener('touchmove', function(e) { e.stopPropagation(); }, { passive: false }); });