-
Notifications
You must be signed in to change notification settings - Fork 130
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
Loading icon shows undefined in some cases on mobile #133
Comments
@JBeater Please do not remove the issue template next time you open an issue, I need them for tracking purpose. because after a while I cannot remember which version was this issue for. Did you add thumbnail src path? please show your usage code |
As i write i cant simulate it at stackblitz, here is preview but you cant see it there: https://stackblitz.com/edit/ngx-gallery-25aj25?file=src%2Fapp%2Fhome%2Fhome.component.ts Yea i added thumb url, how i write it happens .. undefined -> loading -> image.. so there is maybe problem with loading of loading icon if it is external resource. |
Both The SVG loading icon is not coming from an external source, it is defined in the The weird thing is that in your screenshot, the loading icon works properly in the I test it on samsung galaxy S4 chrome and iphone 6 both safari and chrome and I couldn't see the issue. Anyway, CSS can be used to hide it, see #132 |
Hi i have issue with loading state of fullscreen gallery. It happens only on mobile devices and i dont know what is bad. I try to simulate it on stackblitz but unsuccessfully. All angular/ng-gallery packages are updated to newest version.
When i open lightbox as soon as possible and there is a lot of pictures with HQ i see undefined in thumbs and sometimes in main screen where is loading animation, then it is changed from undefined to loading animation and then to image.
Is this loading state some svg /icon/image loaded from external resource, is there any style which i can overide and replace loading icon with own and fix this my problem? I dont want hide loading state, i want it but no 'undefined' text.
The text was updated successfully, but these errors were encountered: