I have an App that basically is a login screen and when the user moves past that login screen I open a Webview and load a certain website.
The structure is as follows:
LoginApp (App) > Login (Screen) > WebView (ModalView)
I would like to add a loading (a gif in the spinner format), between the login screen and the moment the website is loaded in the Webview, which way should I follow?