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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -