Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPad doesn;t lazy load images #6

Open
christopherbecker opened this issue Feb 27, 2019 · 2 comments
Open

iPad doesn;t lazy load images #6

christopherbecker opened this issue Feb 27, 2019 · 2 comments

Comments

@christopherbecker
Copy link

I've implemented img-lazy on a project and it all works great on all devices apart from when I started testing on the iPad.

Lazy load doesn't happen instead it loads all images as though they were in the viewport.

@tavosansal
Copy link

Safari does not support IntersectionObserver https://caniuse.com/#feat=intersectionobserver ... this addon does not provide a polyfill

@tavosansal
Copy link

As of safari 12.1 IntersectionObserver is now supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants