isIOS()
function isIOS(): boolean;Defined in: env.ts:26
Returns true when running inside the Mobile Locker iOS or iPadOS app specifically.
Detected via the IS_MOBILE_LOCKER_IOS_APP window flag or the mobilelocker-ios /
mobilelocker-ipados user agent prefix.
Use isApp if you want to match any native app environment.
Returns
Section titled “Returns”boolean