dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Allow to set WKWebView.AllowsInlineMediaPlayback #396

Open KSemenenko opened 3 years ago

KSemenenko commented 3 years ago

In iOS, the video player opens full screen by default, regardless of the video tag settings Blazor does not allow me to change this behavior.

To solve this problem I need the ability to change this property WKWebView.AllowsInlineMediaPlayback now this is readonly.