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