Skip to main content
Version: 15.3.0

Viewport.isMobile property

Whether the meta viewport tag is taken into account.

Signature:

interface Viewport {
isMobile?: boolean;
}