I'm making app with using Xamarin.forms PCL. I'm using Appcompat toolbar and tabs for Android.
It looks great but the problem is, When I move to Fourth tab page from first one, It reloads every tabs while it's moving!! (2th, 3rd tab)
It causes big frame skip.
How can make it to slide to fourth tab without showing middle tabs?
I looked Youtube app, it does not seem to show middle tabs while it's moving.