-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS orientation doesn't set #355
Comments
As of Jan 2019, this still requires manual editing of e.g. Here I've forced it to Landscape-only
This is a pain to do all the time, so in our build scripts, we use a chunk of code like this to automate it:
It's a brutal hack, but we basically just rename the original function, and append a copy of the function with the orientation set correctly.
The right answer is either fix the code to check the environment, or add a conditional block to the cookiecutter, using some kind of jinja mojo. |
I should also mention, this is likely also a kivy-ios issue, since the cookiecutter changes would have to happen there. I've opened an issue there and linked to this one |
On hold pending Kivy-ios support. |
Whether I specify portrait or landscape in the buildozer.spec, when I launch the app via buildozer ios debug deploy run, it uses both portrait and landscape. Any workaround? I want to specify portrait only or landscape only at times.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: