browserStartedLoading | |||||||
Type | message | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Sent when the given url has started to load. | ||||||
Introduced | 4.5.3 | ||||||
OS | ios, android | ||||||
Platforms | mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Related | Command: mobileControlCreate, mobileControlDelete, mobileControlSet Function: mobileControlGet, mobileControlTarget, mobileControls Message: browserLoadRequest, browserLoadFailed, browserFinishedLoading | ||||||
Description | Handle the browserStartedLoading message to perform an action when a URL has started to load in a mobile browser created using mobileControlCreate. The browserStartedLoading message is sent to the object containing the script that created the browser control after a request has been allowed and the URL has started loading. |