During loading, how do I set it so no logo loads?

Hey guys,

I am trying to update a project so no logo loads. Isnt loading-logo-src meant to set it so no logo loads? You can see the result below, but I am trying to get it so its just a black background with no logo.

<NeedleEngine

         loading-logo-src="0" //0 = no logo

         //loading-logo-src="myLogo.ico"

        style={{ position: "relative", display: "flex" }}

        loading-style="light"

        loading-background-color="#000000"

      />

I’m sorry, I couldn’t find a response but notified the team :thinking:

Hi, seems like you’re using an old Needle Engine version? Which version are you using? The latest version does not show a logo in the loading screen (since around version 4.3)

If you can’t update for some reason you need to set a transparent image.

Hey Marcel,
Yeah this is a legacy project, so I dont want to upgrade it as its very old (3.36). As a workaround I had set a 1 pixel black image, but was just wondering if there was a way of turning it off.

Thanks for the update.

We have a series of projects that are running 3.36.6 for over a year, that we will need to update eventually. I suspect its a bit of a tough question, but should we expect any major issues just jumping immediately to the latest version?

Hi, well it’s a major version change so chances are high that you need to adjust a little bit - we try in general to keep support for prior versions for as long as we can or we feel enough time has passed. Let me know when you tried the update and how it goes. Since I don’t know your projects I can’t say much more.

This topic was automatically closed 13 days after the last reply. New replies are no longer allowed.