Webview
self:focus
Client
Focuses the webview, directing keyboard input to it
Syntax
local status = self:focus()Parameters
| Type | Name | Description |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, or false on failure |
Examples
local browser = webview.create()
browser:focus()