mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
207 B
207 B
sidebar_label |
---|
Viewport.isMobile |
Viewport.isMobile property
Whether the meta viewport
tag is taken into account.
Signature:
interface Viewport {
isMobile?: boolean;
}