Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/rest-api/dispatch/start-chromium-session.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ authMethod: "bearer"
</ParamField>
<ParamField body="pinch" type="boolean" default={false}>
Enables the pinch gestures, which enables features such as pinch to zoom. The zoom can be reset on desktop by pressing the `Escape` key or refreshing the browser page.
<br>
You will need to disable viewport scaling to enable pinch-to-zoom on the virtual browser. Include the following meta tag in your HTML:
`<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />`
</ParamField>
Expand Down