Skip to content

fix: hide touch joystick while scene is loading#170

Draft
abstrakt8 wants to merge 1 commit intomainfrom
fix/hide-joystick-during-loading
Draft

fix: hide touch joystick while scene is loading#170
abstrakt8 wants to merge 1 commit intomainfrom
fix/hide-joystick-during-loading

Conversation

@abstrakt8
Copy link
Contributor

Summary

  • The touch joystick was visible during loading on mobile, overlapping the loading bar
  • Added a state.loaded check to updateJoystickVisibility() so the joystick stays hidden until loading completes
  • Added a loaded:changed event listener to update visibility when loading finishes

Test plan

  • Open the viewer on a narrow mobile viewport (or Chrome DevTools device emulation)
  • Trigger a scene load and confirm the joystick does not appear until loading completes

The joystick was visible during loading on mobile, overlapping the
loading bar. Add a `state.loaded` check so it stays hidden until
loading completes.
@abstrakt8 abstrakt8 marked this pull request as draft February 24, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant