Home › Forums › CSS › Swapping Out SVG Icons – Problems with Mobile Safari › Reply To: Swapping Out SVG Icons – Problems with Mobile Safari
January 5, 2015 at 9:42 am
#192242
Keymaster
Can you try
<svg width="0" height="0">
instead of display: none;
?
That’s what I’ve been doing recently instead of inline styles to hide it, just because I’ve also found it buggy.