Loading Sign API
Show or hide the native loading indicator on demand and customize the loading experience of your iOS app.
WebViewGold’s native iOS loading indicator automatically appears when pages start or finish loading. However, you can also manually control the loading indicator for scenarios outside standard page loading events. This is particularly useful for processes where user awareness of loading is necessary, such as:
- Waiting in a live chat queue
- Running a background process on a cloud server
- Visualizing any other extended process for user awareness
Usage:
To manually control the loading indicator for your WebView app, use the following links:
<a href="spinneron://">Show the loading spinner</a>
<a href="spinneroff://">Hide the loading spinner</a>