SystemInfo
is a plain JavaScript object that contains information of the current system.
The Lynx Engine version, in format major.minor
.
E.g.: 3.2
.
The Lynx Engine version, in format major.minor
.
E.g.: 3.2
.
A string representing the current version of the operating system.
The absolute height of the available display size in pixels.
The absolute width of the available display size in pixels.
The natural scale factor associated with the screen.
The platform of the current device.
Candidate values:
iOS
Android
macOS
pc
(for Windows)The JavaScript engine currently used.
This is only avaliable in the background thread.
Candidate values:
quickjs
jsc
v8
See JavaScript Environment for more details.
LCD tables only load in the browser