Orientation Issue

I’ve seen it posted about alot, some say it works…others don’t. So, my android app won’t stay locked in portrait. I’ve placed in the following code into my .unoproj file, and still nothing.

  "Mobile": {
        "Orientation": "Portrait"
    },

  "RootNamespace":"",
  "Packages": [
        "Fuse.Animations",
        "Fuse.BasicTheme",
        "Fuse.Themes",
        "Fuse.Controls",
        "Fuse.Designer",
        "Fuse.Drawing",
        "Fuse.Drawing.Primitives",
        "Fuse.Effects",
        "Fuse.Elements",
        "Fuse.Entities",
        "Fuse.Gestures",
        "Fuse.Navigation",
        "Fuse.Scripting",
        "Fuse.Shapes",
        "Fuse.Triggers",
        "Fuse.Reactive",
        "Fuse.Android",
        "Fuse.Desktop",
        "Fuse.iOS",
        "Fuse.Vibration",
        "Fuse.UserEvents",
        "FuseCore",
        "Uno.Collections",
        "Uno.Geometry"
  ],
  "Includes": [
    "*"
  ]
}

That’s my entire .unoproj file. I’m sure I’m missing something, just need assistance with what. Thanks for any assistance. :slight_smile:

Hi - Did you try Orientations - you are missing an s ?

I apologize for not replying sooner. Yes, I did try with the “s”, Orientations. Not sure why I had it missing there actually… >.>

You did try? As in it still doesn’t work ?

Sorry for not being clearer. It hasnt worked with ir without the S. Ill put my entire code up later today if that will help.