browserStartedLoading

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
browserStartedLoading <pUrl>
Summary

Sent when the given url has started to load.

Introduced4.5.3
OSios, android
Platformsmobile
Parameters
NameTypeDescription
pUrl

The URL that has started to load.

Example
on browserStartedLoading pURL
  put "loading" && pURL && "..." into field "status"
end browserStartedLoading
RelatedCommand: 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.