Give us feedback
orientation-event
Mobile icon

Orientation Event

Stable version 1.1.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 03 January 2020 by 
5.0
 (3 ratings)
orientation-event

Orientation Event

Details
Raises an Event when the device changes orientation. In the handler for that event you get the new orientation: portrait or landscape.
Read more

This component, when used in a Screen raises an event when the device changes orientation.

Usage:

  • Insert the OrientationEvent Block in your Screen (or in the Layout Block that is used by your Screens)
  • Add a Client Action with an input parameter of type text
  • Add that Client Action as Handler of the OrientationEvent Event and set the input parameter to be the Variable of the Event

When the device changes orientation the event will be raised, your client action will be called and you will get in the input parameter of your client action the new orientation: 'landscape' or 'portrait'.

It was tested in Android and iOS.

Release notes (1.1.0)

Upgrade to v11.

Reviews (0)