question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot disable loading screen

See original GitHub issue

This is in a React project, but not sure that should make a difference.

<Scene loading-screen="enabled:false" />

Has no effect.

I cannot disable the loading screen.

  • A-Frame Version: 0.9.0
  • Platform / Device: Windows 10/ Chrome 72

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bknillcommented, Feb 28, 2019

ahh… thanks.

I was still using <Scene… using <a-scene fixed it.

0reactions
albirrkarimcommented, Jul 29, 2021

This is in a React project, but not sure that should make a difference.

<Scene loading-screen="enabled:false" />

Has no effect.

I cannot disable the loading screen.

  • A-Frame Version: 0.9.0
  • Platform / Device: Windows 10/ Chrome 72

You must pass params as an object not a string, Its work for me

<Scene embedded vr-mode-ui={{ enabled: false }} loading-screen={{ enabled: false }} >

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Loading Screen - Microsoft Community
To disable the startup splash screen in Windows 10, you need to use the System Configuration dialog box. Open the Run dialog box...
Read more >
Disable loading screens when you start a game up : r/Steam
One thing you can do in any case: Try to look for video files in the installation directory tree. You can usually rename...
Read more >
Remove loading screen in Football Manager - YouTube
Folder directory for Steam users:C:\Program Files (x86)\Steam\steamapps\common\Football Manager 2023\data\game\moviesCrashing issue when ...
Read more >
OPTION TO DISABLE LOADING SCREEN? :: Dota 2 General ...
Pls make this opetion The loading screen loads too much resources and cause my dota to crash sometimes. ggwp gaben.
Read more >
Disable new loading screen? - Game Feedback
Is there a way to disable the new loading screens? They are cool for new players i get but to me they are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found