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