Position fixed and -webkit-overflow-scrolling: touch;
I am using the css trick to make a site feel like an app in Cordova. -webkit-overflow-scrolling: touch; However, that breaks (disappear, bounce) my position:fixed elements. Any ideas on why? FYI Safari on ios8 works great, the problem it's only when I create the app in cordova (UIWebVier). 来源: https://stackoverflow.com/questions/29663089/position-fixed-and-webkit-overflow-scrolling-touch