question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Visibility] lazy loading images not working on iOS

See original GitHub issue

I’m not sure what causes this problem but I guess it may be the sidebar module. I have a page using both sidebar and lazy loading images by the help of the visibility module. On desktop everything works fine but on iOS (iPhone 6) the images stay hidden during scrolling. They become visible when switching viewport to landscape and back so there must be some issue with the scrolling event.

It wasn’t possible to create a jsfiddle that mimic this behavior but the best example is on the semantic ui page: https://semantic-ui.com/behaviors/visibility.html#lazy-loading-images This page didn’t load any image on latest iOS.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
larsbocommented, May 27, 2018

Stop staling

0reactions
stale[bot]commented, May 27, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lazy Load does not show images on iPhone - WordPress.org
Hello. When activating the option “Lazy-load images” some images of my site are not seen. This only happens in iphones and ipads in...
Read more >
AsyncImage - Cancelled Loading bef… - Apple Developer
I am using the initialiser that passes in a closure with the AsyncImagePhase, to view why an image may not load, when I...
Read more >
Lazy load images in UITableViewCell - Stack Overflow
Trying to cache images in an NSMutableDictionary object creates problems when the user scrolls fast. I am getting images only when scrolling completely...
Read more >
Lazy Loading Images – The Complete Guide - ImageKit.io
As mentioned earlier, with lazy loading, if the image is not visible, it never gets loaded. Thus, you reduce the total bytes delivered...
Read more >
Browser-level image lazy loading for the web - web.dev
How does the loading attribute work with images that are in the viewport but not immediately visible (for example: behind a carousel, or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found