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