I have started a new module which opens a new activity which i want only to open in landscape, but when i add #SupportedOrientations: landscape i get an error..
How can i get a new activity window outside Main to load in Landscape only??
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#SupportedOrientations: landscape
#End Region
Parsing code. Error
Error parsing program.
Error description: Attribute not supported: supportedorientations
Occurred on line: 4
#SupportedOrientations: landscape
How can i get a new activity window outside Main to load in Landscape only??