browserLoadRequest | ||||||||||
Type | message | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Sent when a URL has been requested. | |||||||||
Introduced | 4.5.3 | |||||||||
OS | ios | |||||||||
Platforms | mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Command: mobileControlCreate, mobileControlDelete, mobileControlSet Function: mobileControlGet, mobileControlTarget, mobileControls Message: browserStartedLoading, browserLoadFailed, browserFinishedLoading | |||||||||
Description | Handle the browserLoadRequest message to perform an action when a URL has been requested. The browserLoadRequest message is sent to the object containing the script that created the mobile browser control after a url has been requested. Not passing the message causes the load request to not go ahead. The browserLoadRequest is only sent if delayRequests(command) has been set to true.
|