UIWebView.AllowsInlineMediaPlayback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true
, then HTML5 videos can play inline, if false
then the native fill-screen controller will be used.
public virtual bool AllowsInlineMediaPlayback { [Foundation.Export("allowsInlineMediaPlayback")] get; [Foundation.Export("setAllowsInlineMediaPlayback:")] set; }
member this.AllowsInlineMediaPlayback : bool with get, set
Property Value
- Attributes