简体   繁体   中英

jQuery scrollTop animation with overflow auto/scroll

On our webapp ( http://videonot.es ) we would like to add navigation link in the top navbar. To fix our background on ipad we had to add overflow:scroll which is preventing the jQuery scrollTop animation to work.

How can we either fix the background on iPad in another way / make this animation work?

Thanks for your help!

A quick win would be to swap out the -webkit-overflow-scrolling and instead use a little Javascript like Backstretch to fix your background image. iOS and position:fixed is usually a world of hurt in my experience.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM