css - Prevent scroll to top when using "-webkit-overflow-scrolling: touch" on iOS 10 -
i working on ios 10 app there webkit page containing vertical scrollable area css rule -webkit-overflow-scrolling: touch
.
if scroll down area , tap clock on ipad status bar, area scrolled top.
how can disable "scroll top" behavior maintaining smooth scrolling given -webkit-overflow-scrolling: touch
?
both objective-c or javascript solution accepted.
thank you
Comments
Post a Comment