Hi everyone,
we develop web sites/apps (Javascript, JQuery, JQueryUI) where people enter questionnaires. Before iOS 14 everything is ok, but with iOS 14 we experience that Safari on iPhones freeze on certain occations:
anyone experiencing the same or a similar issue? or even has a fix? ;)
we develop web sites/apps (Javascript, JQuery, JQueryUI) where people enter questionnaires. Before iOS 14 everything is ok, but with iOS 14 we experience that Safari on iPhones freeze on certain occations:
we use web animations (fade out/in) to go from one question to another; everything works fine, but if the user scrolls on the site such that the bounce animation at the bottom happens, it breaks the entire site and no further interaction is possible
if the „scroll-damage“ is done and we completely disable animation, and just set a css-property (display: none) on a div, it works, but if we do the same within a setTimeout(), it breaks
it just happens on iPhone, but (as far as we tested) not on iPad
it just happens on iOS >= 14.0.0
anyone experiencing the same or a similar issue? or even has a fix? ;)