SVGs not showing up on iOS

I am using SVGs as icons. I have the text of the SVG and I use an HTML element to display it.

On desktop it works fine.

On iOS I have areas where the SVG is not visible, while in other areas (on same page) the SVG is visible.

Has anybody else experienced this kind of inconsistency?

I ended up just solving this by changing the layout settings. I had things set with a min and max height of 90px (essentially the same exact thing as fixed height). I changed the setting to actually make the height fixed at 90px and now they show up. Go figure.

1 Like