mobileBusyIndicatorStart | |||||||||||||
Type | command | ||||||||||||
Dictionary | LCS | ||||||||||||
Library | LiveCode Script | ||||||||||||
Syntax |
| ||||||||||||
Summary | Displays an animated activity indicator on the screen | ||||||||||||
Introduced | 5.5 | ||||||||||||
OS | ios, android | ||||||||||||
Platforms | mobile | ||||||||||||
Parameters |
| ||||||||||||
Example |
| ||||||||||||
Related | Command: mobileBusyIndicatorStop, iphoneActivityIndicatorStart | ||||||||||||
Description | Use the mobileBusyIndicatorStart command to show a native busy indicator on iOS and Android. Use the mobileBusyIndicatorStart command to display a native busy indicator on the top of the LiveCode stack that is running. You can turn the busy indicator off by calling mobileBusyIndicatorStop. While this busy indicator is displayed, user input is blocked. This is different to the behavior from the indicator displayed by iphoneActivityIndicatorStart. |