有没有办法在kivy中关闭屏幕旋转
Is there a way to turn off rotation of the screen in kivy
我想问一下,有没有办法在kivy或最终在另一个模块中关闭屏幕旋转?
当您将应用程序部署到智能手机时,您可以在 buildozer.spec 文件中配置旋转设置。这将是您要查找的行。
# (str) Supported orientation (one of landscape, portrait or all)
orientation = portrait
我想问一下,有没有办法在kivy或最终在另一个模块中关闭屏幕旋转?
当您将应用程序部署到智能手机时,您可以在 buildozer.spec 文件中配置旋转设置。这将是您要查找的行。
# (str) Supported orientation (one of landscape, portrait or all)
orientation = portrait