Icons on Header aren't fully loading

On initial page load, the icons in my header only halfway load. Refreshing the page can fix the problem but it isn’t consistent.
Is there a way to detect/trigger an icon reload?

Are you using the icon component or an image?

Try hitting F12 to enter your browsers developer mode, and refreshing the page until it happens to see if you get any browser console errors when it fails to load

@kgamble they were the icon component, I changed them to buttons with the same icon and it seems to load successfully, consistently.

1 Like

For any user interaction, I try to always stick with a transparent button with an icon for the image. I feel it’s more reliable long term to use the onActionPerformed event, than the onItemClicked event, especially with touch. Good switch!

1 Like