Position fixed and -webkit-overflow-scrolling: touch;

二次信任 提交于 2019-12-01 03:34:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!