allowableOrientations | |
Type | property |
Dictionary | library.responsivelayout |
Library | ResponsiveLayout |
Syntax |
|
Associations | com.livecode.library.responsivelayout, card |
Summary | Specify the orientations that are supported on these card. |
Example |
|
Description | The property is used to specify the orientations that are supported on these card. When the user rotates the device to a new orientation, the library checks if it is allowed. If allowed, the interface adapts to this new orientation. If the new orientation is not allowed, the interface remains as it was. Important: This property only has an effect for mobile apps on iOS or Android. It is ignored by desktop applications. |