Skip to content

Files

This branch is 13 commits behind daattali/advanced-shiny:master.

loading-screen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 15, 2016
May 8, 2016
May 10, 2016

Loading screen

This simple app shows how to add a "Loading..." screen overlaying the main app while the app's server is initializing. The main idea is to include an overlay element that covers the entire app (using CSS), hide the main app's UI, and at the end of the server function show the UI and hide the overlay.

This example makes use of the shinyjs package to show/hide elements.

See a real shiny app where I used this concept


Demo