You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Man, thanks for your awesome plugin, it saved me a ton of time.
I had some difficult to play video in fullscreen on android. but that stackoverflow answer put me on the right track.
[https://stackoverflow.com/a/50103945/6805293]
If you find it helpful, you can enable fullscreen on Android, just by changing the class:
`public class FormsWebViewChromeClient : WebChromeClient
{
Hey Man, thanks for your awesome plugin, it saved me a ton of time.
I had some difficult to play video in fullscreen on android. but that stackoverflow answer put me on the right track.
[https://stackoverflow.com/a/50103945/6805293]
If you find it helpful, you can enable fullscreen on Android, just by changing the class:
`public class FormsWebViewChromeClient : WebChromeClient
{
and change the SetupControl on the FormsWebViewRendere classe for the:
webView.SetWebChromeClient(new FormsWebViewChromeClient(webView));
cheers
The text was updated successfully, but these errors were encountered: