I want to create a tutorial page after launching the app to give the user an overview of the features in the application and how to use it.
For example the tutorial page ↓ in anydesk app
So, How to create this page using XF?
What is the term or key should i use to find examples about this on google such as "Onboarding Pages"?
Update
I have tried to add this feature on android and it's working fine
Now The question is How to do that on Ios?

After reading many resources, I ended up using Custom Renderers
1- Create a Xamarin.Forms custom control.
2- Consuming the Custom Control from Xamarin.Forms.
.XAML
.Cs
1- Add this library to android project only
2- Create a new instance of MainActivity Class
3- Create the custom renderer for the control.
For More Information