docs: Add clarification for Visual Zoom behavior (#28860)
* Add clarification for visual zoom documentation
This commit is contained in:
parent
5a9a298a74
commit
c37c9adbe2
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ Sets the maximum and minimum pinch-to-zoom level.
|
|||
> webFrame.setVisualZoomLevelLimits(1, 3)
|
||||
> ```
|
||||
|
||||
> **NOTE**: Visual zoom only applies to pinch-to-zoom behavior. Cmd+/-/0 zoom shortcuts are
|
||||
> controlled by the 'zoomIn', 'zoomOut', and 'resetZoom' MenuItem roles in the application
|
||||
> Menu. To disable shortcuts, manually [define the Menu](./menu.md#examples) and omit zoom roles
|
||||
> from the definition.
|
||||
|
||||
### `webFrame.setSpellCheckProvider(language, provider)`
|
||||
|
||||
* `language` String
|
||||
|
|
Loading…
Reference in a new issue