Skip to content

isWindows()

function isWindows(): boolean;

Defined in: env.ts:63

Returns true when running inside the Mobile Locker Windows app.

Detected via the IS_MOBILE_LOCKER_WINDOWS_APP window flag, the mobilelocker-windows user agent prefix, or isElectron (current Windows shell). Use isApp if you want to match any native app environment.

boolean