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