I am trying to lock my iPad screen orientation/stop the screen rotating. My code requires the screen/UI to be horizontal.
The only possible answer that I have found is:
v.present(style="full_screen", orientations=["portrait"])
But I still can't get the screen to lock.
I am using pythonista