SVG not rendering on iPad

Does anyone know any reason that a Super Tile with a single static icon would show up fine on a dashboard when viewed on PC but would not render when viewing the same dashboard on iPad?

The static icon comes from a file. The file is a fairly sizeable SVG (47KB). To test, I made a second Super Tile with a different, less extensive (3KB) file as a static icon. It shows up fine on both the PC and the iPad. Is there any reason that the size of the SVG file would make it not render on just the iPad?

It might not be the size but rather the content of the SVG.

SVGs can have some pretty complex features - even some things that might be supported by a desktop browser like Chrome but not on an iOS browser.

Yeah, maybe. It was big, but simple. So I don’t know about complex features. Could be, though. Sometime SVG renders things oddly. I cleaned up the code and ran it through an optimizer and then it worked on both PC and iPad. Maybe making it smaller helped. Maybe the optimizer replace some funky code. Hard to say, exactly, but if anyone else has this problem then I suggest optimizing the SVG file.

1 Like