You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use isotope and imagesloaded (all latest versions). When used on iphone 5, ios 8, chrome browser - initial load is okay, but when I go back and images are cached, isotope fires before imagesloaded.
I guess, it is because images are cached and when browser adds first image on the page -> isotope is fired.
When I add setTimeout after imagesloaded with 2s - images are overlaid on top of each other, but after 2s isotope is fired and everything is okay.
I can reproduce it only on ios 8, chrome browser. desktop or ios safari is okay.
@desandro do you have an iphone and chrome to see this? I can give a link.
The text was updated successfully, but these errors were encountered:
I try to use isotope and imagesloaded (all latest versions). When used on iphone 5, ios 8, chrome browser - initial load is okay, but when I go back and images are cached, isotope fires before imagesloaded.
I guess, it is because images are cached and when browser adds first image on the page -> isotope is fired.
When I add setTimeout after imagesloaded with 2s - images are overlaid on top of each other, but after 2s isotope is fired and everything is okay.
I can reproduce it only on ios 8, chrome browser. desktop or ios safari is okay.
@desandro do you have an iphone and chrome to see this? I can give a link.
The text was updated successfully, but these errors were encountered: