onTabShown

The event occurs when a tab page comes to the visible state. You might want to refresh some data here.

   console.log("The tab is visible");

Last updated