I'm working on a Radio App, using a TabbedPage layout. Basically, I have 3 bottom tabs, and I want them all to show a simple radio player (which shows the current song / radio program being played, and the play / pause button).
I've set up the player inside a ContentView, and can achieve this result by placing the PlayerView on each tab, thus, having 3 copies of the same view, one on each tab.
Is there a simple way to overlay the player view over the TabbedPage?