Get Screen Dimentions
The Get Screen Dimensions function allows you to obtain the dimensions of the screen of the device on which the application is mounted

(Does not contain Entry Vars)
Step by Step :

Success : It is executed when It returns the value in height and width of the screen of the device in which the function is queried.
OutVars
{
"width": 423.5293998850261,
"height": 908.2352686423338
}Las dimensiones que retorna dependen directamente del dispositivo en que se consulte la función.

Last updated
Was this helpful?