5

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).

konalion
  • 163
  • 8
ozke
  • 1,622
  • 4
  • 25
  • 44
  • Also having this problem, did you find a solution? – Chris Edwards Apr 12 '16 at 13:19
  • You can play with z-index, css translations, etc... but in the end what really made a difference was using ios new wkwebview as it would be the equivalent to use a modern version of Safari. The difference in performance is also massive. – ozke Apr 14 '16 at 07:35

0 Answers0