Webview
self:is_zoomable
Client
Retrieves whether zoom hotkeys are enabled on the webview
Syntax
local result = self:is_zoomable()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if zoom hotkeys are enabled, false otherwise |
Examples
local browser = webview.create()
engine.print("info", "Webview zoomable:", browser:is_zoomable())