I have an iframe on www.example.com that points to support.example.com (which is a CNAME to a foreign domain).
iframe
I automatically resize the height of my i
document.body.addEventListener('touchmove', function(e){ e.preventDefault(); });
this works, none of the others seemed to work including the e.preventDefault() for touchstart.
e.preventDefault()