Hi, I'm trying to use Xamarin.Form to create an app that list and play online videos.
At first, things seem fine with my current setup:
But when I rotated my device, the video view custom renderer didn't fill the whole area:
And when I rotated back, it scaled even bigger than before, and I'm pretty sure that could be the correct scale for the landscape orientation:
The size of the media controller was correct though:
I need my VideoView to be of correct scale, any help would be very appreciated.