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.