Hi Katya,
1-Regarding the spinning wheel
The following code advised by Appery above doesn't work, and even block the access to my page : Airports-List of Country
$.mobile.loading("show").attr("style", "display:block");
2-As for the internet connection checking, I already tried the online/offline event, with an action "run js" for displaying a small pop up message.
Even if I'm not setting the event on the home page, but on the page A1_Airports_Country (1st page after home page when selecting "AIrports" the pop up message only appears on the home page.
I want the pop up window to open only when the user tries to access the specific section of Airports, which is the only section for which internet is needed.
Any suggestion on how to set the pop as I wish?