0

I have a webview that contains a video in my Xamarin forms application. Android does not allow for full screen but iOS does I know I could implement the WebChromeClient but I have only seen this done for Xamarin Android and not for forms. I can't seem to get it to work. Any ideas?

JRBowl-Ish
  • 11
  • 1
  • 5

2 Answers2

0

If you need to access the underlying native controls and their properties, methods and events, you do that with custom renderers.

Ivan Ičin
  • 9,672
  • 5
  • 36
  • 57
0

I'm glad I found this because I don't think I could of done it on my own. https://github.com/mhaggag/XFAndroidFullScreenWebView/tree/master/XFAndroidFullScreen/XFAndroidFullScreen

JRBowl-Ish
  • 11
  • 1
  • 5