Bug with icons in Mobile - the images don't load

There’s a bug with icons in the mobile version. Basically some of the icons are not displayed.

This is how the mobile menu of my app looks in the editor:

And this is how it looks in production:

If doesn’t matter if I open it in the app, in the mobile browser, or if I just put a smaller screen on the laptop until it displays the mobile version.

I am not using so may icons in the desktop version so I am not sure if there can be similar issues on that one or it is just on the mobile view.

It looks like a bug. Has anyone seen this before?

Thank you

Hi @garcilaso :waving_hand:

Are you using bindings to display these icons dynamically?

If you are, the issue may be coming from using concatenation in your bindings. Here’s a section of the docs that explains how to avoid that: Icon | Documentation

If that doesn’t solve the issue, could you create a bug ticket here if you haven’t already?

Hi Joyce, the icons are binded but I’m not using any concatenations. I’m creating a ticket. Thank you for your quick answer! :slight_smile:

1 Like
1 Like

Thank you very much for your response!

I added a div in the header of the page, kept it hidden, and included all the icons I’m using dynamically — now they load perfectly.

Best regards,
Jorge.

1 Like