I'm developing a new app in xamarin forms (crossed app) using xaml/C#. In a page called webview.xaml I have insert the webview
var browser = new WebView {
Source = "http://xamarin.com"
};
When I play a video with webview I can't view it in fullscreen mode. How can I enable the fullscreen mode?