Horiozontal view only

Hi, is there any way to setup my app to run only in horizontal mode ? Simpy disable portrait mode.

In your .unoproj:

"Mobile": {
    ...
    "Orientations": "Landscape"
  },

Make sure to run uno clean after changing your .unoproj