I am trying to create a popOverPage with transparent light black background color.. I set the background color to transparent color then also I am not able to see the previous page content...
I did something like this
var popOverPage = new PopOverPage();
Navigation.PushModalAsync(popOverPage);
And then on the nextPage.
BackgroundColor = Color.Transparent;
But its not working.. It's showing background as white. Can You Please guide me how to do this.