mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #759] [BUG] Device boundaries are set improperly in Roblox #684
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#684
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GA251 on GitHub (Aug 17, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/759
Describe the bug
After being signed in to the Roblox app, in the Home Screen (which is a part of the game engine itself, known as UniversalApp/Mobile) the title bars are supposed to be below the status bar but instead it clashes with the status bar.
In instances where the in-game internet browser shows up (which is a native iOS view and not a part of the game engine), the boundaries are set properly and the UI doesn’t clash with the status bar.
While in a “experience” (Bloxburg as example - played in landscape position), the device boundaries are set properly and there are no issues.
Somehow the bottom navigation bar is accounted for in all views, native or game engine parts.
The game is a unmodified version of the Roblox game client, there is no “executors” or “exploits” attached to the game, any option that lets me disable the TweakInjector is already enabled.
(if you want to ask why I use LiveContainer for Roblox, the country I am in banned Roblox from the App Store, and I cannot be signed into two App Store accounts at once as one has a Apple Music subscription)
Malfunctioning views
Functioning View


Instructions to reproduce
What version of LiveContainer and iOS are you using?
Version 3.6.0-Release (issue occurs on both iOS 18.5 and iOS 26 Beta)
Other info
As a partial workaround, launching Roblox in multitasking view (full screen/dock closed) moves the title bar just enough below the status bar to make the buttons at the top pressable.
@hugeBlack commented on GitHub (Aug 18, 2025):
You can temporarily sign in to your alt Apple ID, download Roblox and switch back to your main. Roblox won't be deleted and you can keep using Apple Music.
Anyways, we will look into this issue soon
@GA251 commented on GitHub (Aug 18, 2025):
Thanks for the reply however;
I can’t as the alt account is stuck in a loop of setting up 2FA for some reason, also as far as I know the second I switch back to the main Apple Account Roblox stops receiving updates as it doesn’t even show up in the App Store.
@GA251 commented on GitHub (Aug 21, 2025):
I think this issue is caused by UniversalApp/Mobile only checking whether a notch is present and how tall in pixels the notch is only once during startup, BEFORE LiveContainer sets them accordingly to the phone itself. That’s why native views like the ingame web browser aren’t affected, because they can respond to stuff like windows resizing etc, and the fact that when you join a game the boundaries are set properly most likely because Roblox refetches the device boundaries.
(#780 faces a similar issue to this I think)
@hugeBlack commented on GitHub (Jan 2, 2026):
Close since this issue is no longer reproducible in latest Roblox. It might caused by they did not follow Apple's design guidelines in that specific version and fixed it after.