14 lines
370 B
Markdown
14 lines
370 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Viewport](./puppeteer.viewport.md) > [isMobile](./puppeteer.viewport.ismobile.md)
|
||
|
|
||
|
## Viewport.isMobile property
|
||
|
|
||
|
Whether the `meta viewport` tag is taken into account.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
isMobile?: boolean;
|
||
|
```
|