Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question iPhone portrait upside down not working

Discussion in 'Documentation' started by knurgb, Feb 10, 2023.

  1. knurgb

    knurgb

    Joined:
    Jun 24, 2017
    Posts:
    8
    Hello.
    I want to get my project working on Android and iPhone and also in portrait upside down. It works on Android but on iPhone it doesn't. I found info that iPhone X doesn't support this orientation but I tried also other models and it doesn't.

    Please help.
     
  2. kushalcs

    kushalcs

    Joined:
    Mar 28, 2023
    Posts:
    2
    It's possible that the issue you're experiencing with your project not working in portrait upside down on iPhone is due to device compatibility. As you mentioned, some iPhone models (such as the iPhone X) don't support this orientation, but it's also possible that other models have similar limitations.

    One potential solution could be to adjust the orientation settings in your project to ensure that it's compatible with as many devices as possible. You may also want to consider testing your project on a variety of different iPhone models to identify any specific compatibility issues.

    Another possibility is to consider alternative solutions that may allow you to achieve your desired outcome in a different way. For example, you could consider using a different orientation (such as landscape) that is supported on all devices, or you could explore the possibility of using different display technologies (such as a flexible OLED display) that may allow for more flexibility in terms of orientation.

    Ultimately, the best solution will depend on your specific project requirements and the limitations of the devices you're targeting. It's important to thoroughly research and test your project on multiple devices to ensure that it works as intended and provides a seamless user experience.