ryannair05 / Little11

iPhone 11 gestures and more for iOS 13
Vim License
116 stars 30 forks source link

1.2.1 breaks landscape mode games. #21

Closed batfirex2 closed 4 years ago

batfirex2 commented 4 years ago

Updated and when I try and play landscape games, it’s like the UI is shifted to the left and it gets cut off. Downgrading fixes the issue.

batfirex2 commented 4 years ago

CECF5354-E831-4777-8846-735610060BBF 9A5003FA-FAF3-4E06-8BFD-2B8821B058F1

riceramen commented 4 years ago

It seems like bottom inset is the cause. I disabled bottom inset to fix it. Little11 version 1.2.1

batfirex2 commented 4 years ago

I’ll reupdate on my device and disable bottom inset.

batfirex2 commented 4 years ago

It’s not just bottom inset. It’s iPhone X status bar too. After updating, I disabled bottom inset and saw the same issue within the landscape games. I changed the status bar to iPad style and checked the game. Now it was perfect. Re-enabled bottom inset while leaving iPad status, issue came back. So conclusion, it’s both the bottom inset and ipx status style.

ryannair05 commented 4 years ago

Version 1.3.0 fixes the issue. The code that broke this was activated with the iPhone X statusbar or bottom inset.

batfirex2 commented 4 years ago

Thanks. It works perfect now.