I used custom navigation and it has some action when I clicked one of its items. (It is like a floating action menu) . I can be tapped on one and navigate to another page the problem is when I navigate back to my previous page it does not refresh and it has a floating navigation menu expand
<views:FlotingNavigationMenu AbsoluteLayout.LayoutBounds="1,1,-1,-1" AbsoluteLayout.LayoutFlags="PositionProportional"
x:Name="FlotingNavigationMenu" >
this is how I called it on my XAML pages the I need to refresh this how to do it. what I need to do