I use the css trick to make the site look like an application in Cordoba.
-webkit-overflow-scrolling: touch;
However, this breaks (disappears, bounces) my position: fixed elements. Any ideas on why?
FYI Safari on ios8 works fine, the problem only occurs when creating an application in a cord (UIWebVier).
source share