have not been able to get this property show up in the DOM via jquery or native javascript. jquery doesn\'t seem to support it and I can\'t find a native name/syntax that wo
With JavaScript, you need to replace dash - with following capital letter, example:
-
var el = document.getElementById('element id'); el.style.webkitOverflowScrolling = 'touch';