sej
    Preparing search index...

    Variable MobileUtilsConst

    MobileUtils: {
        isMobile: boolean;
        isOS: null | RegExpMatchArray;
        isTouch: boolean;
    } = ...

    Determines if the current device is a mobile device.

    Type declaration

    • isMobile: boolean

      Determines if the current device is a mobile device

    • isOS: null | RegExpMatchArray
    • isTouch: boolean