Mortoc
Mortoc

Reputation: 610

How to modify the screen resolution on Kivy-iOS

I'm working on an app using the python/Kivy-iOS toolchain. For some reason, when I build to the iPhone5, the app doesn't run fullscreen (there's letterboxing at the top and bottom, see attached screenshot). This seems to be the default behavior for Kivy on iOS.

Any idea how to set the resolution manually or make it detect resolution properly?

iPhone Screenshot with Letterboxing

Upvotes: 4

Views: 984

Answers (1)

Kalyan02
Kalyan02

Reputation: 1434

iPhone5 requires a launch image with following properties for it to enable full 4" screen size for your app

Place in your app-kivyapp/ directory or add them via xcode's settings interface and you are good to go.

Upvotes: 3

Related Questions