Webview
self:is_visible
Client
Retrieves whether the webview is currently visible
Syntax
local result = self:is_visible()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if the webview is visible, false otherwise |
Examples
local browser = webview.create()
engine.print("info", "Webview visible:", browser:is_visible())