mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #676] [BUG] Multitasking mode is broken when using JIT #603
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#603
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 @suprstarrd on GitHub (Jul 13, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/676
Describe the bug
I personally use multitasking mode in a native window by default, and was confused as to why my apps would randomly stop. With further investigation and testing, I discovered that apps using JIT do not use multitasking mode.
Instructions to reproduce
What version of LiveContainer and iOS are you using?
LC Version 3.5.60-Release (main/953a7ef); iPadOS 18.2 (22C152)
Other info
No response
@hugeBlack commented on GitHub (Jul 13, 2025):
Apps in multitask mode cannot get jit with current version of StikDebug.
@suprstarrd commented on GitHub (Jul 13, 2025):
@hugeBlack Good to know! That would be great clarification for somewhere either in the FAQ or when attempting to multitask with an app using JIT. (Edit: Perhaps hide the multitask option with JIT apps when it's not default and confirm that you'll be stopping multitask mode when it is default?)
Are there other JIT enablers that work?