Full screen slides Ionic 2

Hi,

My goal is to display fullscreen slides when a user clicks in a tab. So, the 2 possible solutions I thought were:

  1. Hide nav bar and tab bar when the user clicks in the tab, or
  2. Displaying a modal with the slides when the user clicks in the tab.

I’ve been having problems with both approaches. Anyone has done something similar?

Thanks