SystemInfo
SystemInfo is a plain JavaScript object that contains information of the current system.
Syntax
Fields
engineVersion
The Lynx Engine version, in format major.minor.
E.g.: 3.2.
lynxSdkVersion
The Lynx Engine version, in format major.minor.
E.g.: 3.2.
osVersion
A string representing the current version of the operating system.
pixelHeight
The absolute height of the available display size in pixels.
pixelWidth
The absolute width of the available display size in pixels.
pixelRatio
The natural scale factor associated with the screen.
platform
The platform of the current device.
Candidate values:
iOSAndroidmacOSwindows
runtimeType
The JavaScript engine currently used.
Info
This is only avaliable in the background thread.
Candidate values:
quickjsjscv8
See JavaScript Environment for more details.
Compatibility
LCD tables only load in the browser