You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a game with KivyMD and it has resizing issues. Resizing works well on Linux, Windows, and macOS but on a phone, there's problems. For Android, I used plyer.orientation.set_portrait(). I could also specify the app orientation in my buildozer.spec file. But for iOS, plyer.orientation doesn't work. Is there any way I could specify the app orientation in my Xcode project or be able to set the orientation with Plyer? BTW, plyer.orientation works on Manjaro Linux.
The text was updated successfully, but these errors were encountered:
I'm creating a game with KivyMD and it has resizing issues. Resizing works well on Linux, Windows, and macOS but on a phone, there's problems. For Android, I used
plyer.orientation.set_portrait()
. I could also specify the app orientation in mybuildozer.spec
file. But for iOS,plyer.orientation
doesn't work. Is there any way I could specify the app orientation in my Xcode project or be able to set the orientation with Plyer? BTW,plyer.orientation
works on Manjaro Linux.The text was updated successfully, but these errors were encountered: