isAndroid

a read-only boolean indicating whether the current operating system is Android

boolean isAndroid;

Example

if (webix.env.isAndroid)
    do_something();

See also
Back to top