Issue
How can i enable smooth scroll on mobile ios, webkit-overflow-scroll is not working
Solution
Unfortunately Smooth Scrolling is not possible in Safari on OSX and iOS natively. But there are some JavaScript polyfills for that. For example: https://github.com/iamdustan/smoothscroll You have to initialize it with JavaScript, not with CSS.
Answered By - tdesero
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.