self:reload
Client
Reloads the current page in the webview
Syntax
local status = self:reload()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
local wv = webview.create()
wv:load_url("https://google.com")
wv:reload()