[Visibility] lazy loading images not working on iOS
See original GitHub issueI’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:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Stop staling
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.