Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 207 Bytes

puppeteer.viewport.ismobile.md

File metadata and controls

15 lines (11 loc) · 207 Bytes
sidebar_label
Viewport.isMobile

Viewport.isMobile property

Whether the meta viewport tag is taken into account.

Signature:

interface Viewport {
  isMobile?: boolean;
}