mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #815] [FEATURE REQUEST] Open links in apps running in multitask mode #735
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#735
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 @NotADevBtw on GitHub (Sep 7, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/815
Describe the bug
Currently trying to open a link only gives an option to run the app instead of opening it in the app if it is running in multitask mode, having links open in the app if running in multitask mode directly would be a better option (or if app is not launched then launching it in multitask mode if it is enabled).
Instructions to reproduce
1- Paste link in LiveContainer.
2- Open the link in the currently running app in multitask mode or prompt the user to open it by launching the app in multitask mode if enabled.
What version of LiveContainer and iOS are you using?
Version 3.6.0-Release (main/f88a005) - iOS 26 Developer Beta 9
Other info
No response
@khanhduytran0 commented on GitHub (Dec 27, 2025):
Implemented in
8c625d3. Now you can use the same Open URL button in LiveContainer to pass URL scheme to multitask app, whether running or not. Note that opening URL scheme from another multitask app is not yet implemented.@khanhduytran0 commented on GitHub (Feb 21, 2026):
Cross-app URL opening is now available in 3.7.0. Make sure to turn on
Redirect URL Schemes to Host LiveContainerto use this.