Spinner
It is possible to include a spinner to WordPress links in your app that take a little bit too long to load in order to signify to users that the app is still working.
Simply add the class of appp-spinner to a link on your WordPress site that will be used within the app to load the spinner, like so:
<a href="#" class="appp-spinner">Link to WordPress page</a>