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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -