We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I tested your package and it worked well untill I opened the web application on a mobile phone. Then it did no longer load the images...
I checked your demo on my phone and there it works. Any ideas how come? :)
I didn't set any options, just used it as described:
(deferLoad)="showMyElement=true"> <my-element *ngIf=showMyElement> ... </my-element>
In the meantime I wrote my own Intersection Observer, I was just curious how come it does not work out of the box :)
The text was updated successfully, but these errors were encountered:
some browsers e.g. chromium just works with a block-element + deferLoad-directive works <div (deferLoad)="showMyElement=true">
<div (deferLoad)="showMyElement=true">
did not work <span (deferLoad)="showMyElement=true">
<span (deferLoad)="showMyElement=true">
Sorry, something went wrong.
No branches or pull requests
Hi there,
I tested your package and it worked well untill I opened the web application on a mobile phone. Then it did no longer load the images...
I checked your demo on my phone and there it works. Any ideas how come? :)
I didn't set any options, just used it as described:
In the meantime I wrote my own Intersection Observer, I was just curious how come it does not work out of the box :)
The text was updated successfully, but these errors were encountered: