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
From Xamarin.Forms version 2.5.x this is done as per code below. Using a basic button as an example.
true false
Nigel