How to use ionic slider to give intro of your application in full screen in your ionic app.
Step 1: Create ionic slider using the following code on your home screen
Note: hide-nav-bar used to hide the navigation bar from your application.
Function implemented on arrow must contain the code to move to the screen from where you want to start your application after intro.
Step 2: Use the following css in css or scss file to view the images in full screen
Note: Use this fullscreen-image class as mentioned above in the code.
We can also change the color of ion-record using the following css.