browserLoadRequested | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sent when a URL has been requested. | |||||||||
Introduced | 5.0.1 | |||||||||
OS | ios | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileControlCreate, mobileControlDelete, mobileControlSet Function: mobileControlGet, mobileControlTarget, mobileControls Message: browserStartedLoading, browserFinishedLoading, browserLoadRequest, browserLoadFailed | |||||||||
Description | Handle the browserLoadRequested message to perform an action when a URL has been requested. The browserLoadRequested message is sent to the object containing the script that created the mobile browser control after a url has been requested and passed for loading. If delayRequests(command) has been set to false, browserLoadRequested is sent as soon as the URL is requested. If delayRequests(command) is set to true, browserLoadRequested is only sent if the corresponding browserLoadRequest message has been passed.
|