mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #593] 多任务是否可以支持全屏多标签 #533
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#533
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 @MyLullaby on GitHub (Jun 16, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/593
Describe the issue
有些应用打开之后会出现标题栏在手机状态栏后面的情况。根本点击不到。猜测是什么第三方通用UI框架导致的。痛殴多任务打开之后就可以点击了。但是多任务的像素比较小。用起来其实有些捉襟见肘,希望可以实现多任务全屏的功能。通过标签或者其他什么方式切换这样,当然目前的方式也可以保留
Instructions to reproduce
知乎等跨平台软件
What version of LiveContainer are you using?
3.5.1
Other
No response
@TAKAGIVEGETA commented on GitHub (Jun 23, 2025):
我有一种全屏多任务模式的想法

这种模式下所有多任务都是全屏运行的 然后在屏幕中添加一个类似下图这样的 (参考 iGameGod) 悬浮小球 点击小球即可出现当前正在以多任务模式运行的列表(也可以选择隐藏小球防止遮挡) 然后自由切换
对于iPhone 来说应该有用 毕竟IPhone 的虚拟窗口太小了 也不方便全屏
@boa-z commented on GitHub (Jul 5, 2025):
可以尝试最新的nightly build,加入了最大/最小化和多任务dock
You can try the latest nightly build, which adds maximize/minimize and multitask dock.