mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #1929] [Bug]: The UI Display Wrong On '金铲铲之战' #1271
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1271
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 @mrkaixuan on GitHub (Jul 23, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1929
Describe the bug
The Game's UI Display Error
Steps to reproduce
After open the game, when I click the '阵容推荐',the UI flipped 90 degrees and display on the right half screen
Expected behaviour
Displaying Correct UI
Crash log
What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
macOS beta (please state the specific version)
Issue Language
@CAO10327 commented on GitHub (Jul 24, 2025):
我也是这个问题
@InTimmyDate commented on GitHub (Aug 5, 2025):
Same here, and the weird thing is the underlying UI seems to be correct such that I am seeing it flipped 90 degrees to the right, but I have to click the exit button on the location where its supposed to be when displayed correctly for it to work.
@qianyingkongjian commented on GitHub (Aug 6, 2025):
我的也遇到这样的问题,使用2.0版本运行显示是正确的,3.0和3.1版本都是有错误的,而且通过旋转图像是旋转不到正确方向的,macos15.4.1
@viatearz commented on GitHub (Aug 10, 2025):
Temporary patch:
@viatearz commented on GitHub (Aug 10, 2025):
It seems there is a bug in their code — It accidentally sets the initial
supportedInterfaceOrientationsto portrait.The if condition should check for 1 or 2, not 1 or 4.
They might have confused
UIInterfaceOrientationwithUIInterfaceOrientationMask, because:@CiE-XinYuChen commented on GitHub (Sep 4, 2025):
Thx for your help and feedback. It's work now.
@Hyyya commented on GitHub (Oct 2, 2025):
请问应该怎么去修复这个问题呢,有解决方法跟步骤吗
@CiE-XinYuChen commented on GitHub (Oct 2, 2025):
run this command in shell:
@mrkaixuan commented on GitHub (Oct 10, 2025):
thx