ios - Any way to apply 'webkit-overflow-scrolling: touch' inline with javascript? -
have not been able property show in dom via jquery or native javascript. jquery doesn't seem support , can't find native name/syntax works. help??
with javascript, need replace dash - following capital letter, example:
var el = document.getelementbyid('element id'); el.style.webkitoverflowscrolling = 'touch';
Comments
Post a Comment