-2
What could possibly be affecting my experience in this? I had to change some images to png, but I can’t tell if it was the best way, the experience I have on desktop layout is much better with SVG icons. Why on mobile by Chrome browser I have problems with the rendering of icons, have some way, attribute, tag or artifice to make backgrounds recognize this image and always load?
Example of CSS:
.modal-detalhes .modal-detalhes-block .resume i.association-icon {
background: url(../img/associantion_icon.svg) center center no-repeat;
background-size: contain;
}
Tested on mobiles like Android 9.0 Pie, iOS 9, 10 and 10 Max. And on Chrome desktop on Macbookair with macOS Catalina 10.15.1
IS
associaNtion_icon.svg
same? And when you say "always click", it depends. You checked http://caniuse.com to see if the browsers tested support?– Bacco
This seems some fault in the back end, I can not say, we would need details, you did not inform which mobile operating system is using and neither the version, I want to remind who is reading, that if you have ADT (android studio) It is POSSIBLE to debug Chrome Android, if the problem is on android.
– Guilherme Nascimento