isApp()
function isApp(): boolean;Defined in: env.ts:75
Returns true when running inside any Mobile Locker native app — iOS, iPadOS, Android, or Windows.
Use isIOS, isAndroid, or isWindows if you need to target a specific platform.
Returns
Section titled “Returns”boolean