So I have implemented a basic media player into my app using the MediaController. My issue is that I would like it to always show the controller yet everything I have tried hasn't worked. According to this, using mediaController.Show(0) should show until Hide() is called which I don't call. This does not work, however. Has anyone had success with this and could help me.
Thanks