How to hide a button, a label or a grid cell on iOS and show it on android, I have a xamarin.forms app (portable), I know that I have to use on platform but how to access th
If you want to do it on XAML, in order to hide a view on a specific platform, you can use this:
Hope it helps!